#FF80BA

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

Shades of Persian Pink #FF80BA

Tints of Persian Pink #FF80BA

Color information

#FF80BA (or 0xFF80BA) is unknown color: approx Persian Pink. HEX triplet: FF, 80 and BA. RGB value is (255,128,186). Sum of RGB (Red+Green+Blue) = 255+128+186=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BA is #007F45. Grayscale: #ACACAC. Windows color (decimal): -32582 or 12222719. OLE color: 12222719.

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

Color convert

RGB255128186-
CMYK00.500.270
HSL332.6º100%75.1%-
HSV(B)332.6º49.8%100%-
XYZ57.8240.2451.17-
YUV172.58135.58186.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 128 (50.39% from 255) = 22.50%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=44.82%
G=22.50%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512818600.500.270332.610075.1
HexFF80BA0321B014d644b
Octal377200272062330515144113
Binary111111111000000010111010011001011011010100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80BA; }

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

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

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

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

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

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

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

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