Html Css Color HEX #FF84B9 Persian Pink

📋 copy color: '#FF84B9'

red 255 ◦ green 132 ◦ blue 185

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

Shades of Persian Pink #FF84B9

Tints of Persian Pink #FF84B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 44.58%
G = 23.08%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF84B9 (or 0xFF84B9) is known color: Persian Pink. HEX triplet: FF, 84 and B9. RGB value is (255,132,185). Sum of RGB (Red+Green+Blue) = 255+132+185=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84B9 is #007B46. Grayscale: #AEAEAE. Windows color (decimal): -31559 or 12158207. OLE color: 12158207.

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

Color convert

RGB 255 132 185 -
CMYK 0 0.48 0.27 0
HSL 334.15º 1% 0.76% -
HSV(B) 334.15º 0.48% 1% -
XYZ 58.25 41.27 50.79 -
YUV 174.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 255 132 185 0 0.48 0.27 0 334.15 1 0.76
Hex FF 84 B9 0 30 1B 0 14E 64 4C
Octal 377 204 271 0 60 33 0 516 144 114
Binary 11111111 10000100 10111001 0 110000 11011 0 101001110 1100100 1001100

Color Harmonies of #FF84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84B9

Black with #FF84B9

Text Example


Text Example

White with #FF84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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