#FF81BF

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

Shades of Persian Pink #FF81BF

Tints of Persian Pink #FF81BF

Color information

#FF81BF (or 0xFF81BF) is unknown color: approx Persian Pink. HEX triplet: FF, 81 and BF. RGB value is (255,129,191). Sum of RGB (Red+Green+Blue) = 255+129+191=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81BF is #007E40. Grayscale: #ADADAD. Windows color (decimal): -32321 or 12550655. OLE color: 12550655.

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

Color convert

RGB255129191-
CMYK00.490.250
HSL330.48º100%75.29%-
HSV(B)330.48º49.41%100%-
XYZ58.4940.7254.07-
YUV173.74137.74185.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 191 (75% from 255) = 33.22%
R=44.35%
G=22.43%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512919100.490.250330.4810075.29
HexFF81BF03119014a644b
Octal377201277061310512144113
Binary111111111000000110111111011000111001010100101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81BF; }

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

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

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

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

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

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

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

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