Html Css Color HEX #FF80B6 Persian Pink

📋 copy color: '#FF80B6'

red 255 ◦ green 128 ◦ blue 182

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

Shades of Persian Pink #FF80B6

Tints of Persian Pink #FF80B6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.65%

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 45.13%
G = 22.65%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF80B6 (or 0xFF80B6) is known color: Persian Pink. HEX triplet: FF, 80 and B6. RGB value is (255,128,182). Sum of RGB (Red+Green+Blue) = 255+128+182=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80B6 is #007F49. Grayscale: #ACACAC. Windows color (decimal): -32586 or 11960575. OLE color: 11960575.

HSL color Cylindrical-coordinate representation of color #FF80B6: hue angle of 334.49º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80B6 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 182 -
CMYK 0 0.50 0.29 0
HSL 334.49º 1% 0.75% -
HSV(B) 334.49º 0.5% 1% -
XYZ 57.4 40.08 48.97 -
YUV 172.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 255 128 182 0 0.50 0.29 0 334.49 1 0.75
Hex FF 80 B6 0 32 1D 0 14E 64 4B
Octal 377 200 266 0 62 35 0 516 144 113
Binary 11111111 10000000 10110110 0 110010 11101 0 101001110 1100100 1001011

Color Harmonies of #FF80B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80B6

Black with #FF80B6

Text Example


Text Example

White with #FF80B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80B6; }

 p { color: rgb(255,128,182); }

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

background-color css

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

 a { background-color: rgb(255,128,182); }

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

border-color css

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

 span { border-color: rgb(255,128,182); }

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