#FF80BF

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

Shades of Persian Pink #FF80BF

Tints of Persian Pink #FF80BF

Color information

#FF80BF (or 0xFF80BF) is unknown color: approx Persian Pink. HEX triplet: FF, 80 and BF. RGB value is (255,128,191). Sum of RGB (Red+Green+Blue) = 255+128+191=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BF is #007F40. Grayscale: #ADADAD. Windows color (decimal): -32577 or 12550399. OLE color: 12550399.

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

Color convert

RGB255128191-
CMYK00.500.250
HSL330.24º100%75.1%-
HSV(B)330.24º49.8%100%-
XYZ58.3640.4654.02-
YUV173.15138.08186.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 191 (75% from 255) = 33.28%
R=44.43%
G=22.30%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512819100.500.250330.2410075.1
HexFF80BF03219014a644b
Octal377200277062310512144113
Binary111111111000000010111111011001011001010100101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80BF; }

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

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

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

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

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

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

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

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