#FF84BA

Color #FF84BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FF84BA

Tints of Persian Pink #FF84BA

Color information

#FF84BA (or 0xFF84BA) is unknown color: approx Persian Pink. HEX triplet: FF, 84 and BA. RGB value is (255,132,186). Sum of RGB (Red+Green+Blue) = 255+132+186=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84BA is #007B45. Grayscale: #AEAEAE. Windows color (decimal): -31558 or 12223743. OLE color: 12223743.

HSL color Cylindrical-coordinate representation of color #FF84BA: hue angle of 333.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84BA is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255132186-
CMYK00.480.270
HSL333.66º100%75.88%-
HSV(B)333.66º48.24%100%-
XYZ58.3541.3151.35-
YUV174.93134.25185.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=44.50%
G=23.04%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513218600.480.270333.6610075.88
HexFF84BA0301B014e644c
Octal377204272060330516144114
Binary111111111000010010111010011000011011010100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84BA; }

 p { color: rgb(255,132,186); }

 H1.HeaderClassName
 {
   color: #FF84BA;
 }
 .AnyTagClassName
 {
   color: #FF84BA;
 }
</style>
background-color css

<style>
 a { background-color: #FF84BA; }

 a { background-color: rgb(255,132,186); }

 div.DivClassName
 {
   background-color: #FF84BA;
 }
 .BgClassName
 {
   background-color: #FF84BA;
 }
</style>
border-color css

<style>
 span { border-color: #FF84BA; }

 span { border-color: rgb(255,132,186); }

 td.TdClassName
 {
   border-color: #FF84BA;
 }
 .TagClassName
 {
   border-color: #FF84BA;
 }
</style>