Html Css Color HEX #FF80BB Persian Pink

📋 copy color: '#FF80BB'

red 255 ◦ green 128 ◦ blue 187

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

Shades of Persian Pink #FF80BB

Tints of Persian Pink #FF80BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 44.74%
G = 22.46%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF80BB (or 0xFF80BB) is known color: Persian Pink. HEX triplet: FF, 80 and BB. RGB value is (255,128,187). Sum of RGB (Red+Green+Blue) = 255+128+187=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BB is #007F44. Grayscale: #ACACAC. Windows color (decimal): -32581 or 12288255. OLE color: 12288255.

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

Color convert

RGB 255 128 187 -
CMYK 0 0.50 0.27 0
HSL 332.13º 1% 0.75% -
HSV(B) 332.13º 0.5% 1% -
XYZ 57.93 40.29 51.74 -
YUV 172.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 255 128 187 0 0.50 0.27 0 332.13 1 0.75
Hex FF 80 BB 0 32 1B 0 14C 64 4B
Octal 377 200 273 0 62 33 0 514 144 113
Binary 11111111 10000000 10111011 0 110010 11011 0 101001100 1100100 1001011

Color Harmonies of #FF80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80BB

Black with #FF80BB

Text Example


Text Example

White with #FF80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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