Html Css Color HEX #FF84B8 Persian Pink

📋 copy color: '#FF84B8'

red 255 ◦ green 132 ◦ blue 184

#FF84B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FF84B8

Tints of Persian Pink #FF84B8

RGB

 RED value IS 255 (100% from 255) = 44.66%

 GREEN value IS 132 (51.95% from 255) = 23.12%

 BLUE value IS 184 (72.27% from 255) = 32.22%

R = 44.66%
G = 23.12%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF84B8 (or 0xFF84B8) is known color: Persian Pink. HEX triplet: FF, 84 and B8. RGB value is (255,132,184). Sum of RGB (Red+Green+Blue) = 255+132+184=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84B8 is #007B47. Grayscale: #AEAEAE. Windows color (decimal): -31560 or 12092671. OLE color: 12092671.

HSL color Cylindrical-coordinate representation of color #FF84B8: hue angle of 334.63º 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 #FF84B8 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 184 -
CMYK 0 0.48 0.28 0
HSL 334.63º 1% 0.76% -
HSV(B) 334.63º 0.48% 1% -
XYZ 58.14 41.22 50.24 -
YUV 174.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 255 132 184 0 0.48 0.28 0 334.63 1 0.76
Hex FF 84 B8 0 30 1C 0 14F 64 4C
Octal 377 204 270 0 60 34 0 517 144 114
Binary 11111111 10000100 10111000 0 110000 11100 0 101001111 1100100 1001100

Color Harmonies of #FF84B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84B8

Black with #FF84B8

Text Example


Text Example

White with #FF84B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84B8; }

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

 H1.HeaderClassName
 {
   color: #FF84B8;
 }
 .AnyTagClassName
 {
   color: #FF84B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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