#FA81B7

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

Shades of Persian Pink #FA81B7

Tints of Persian Pink #FA81B7

Color information

#FA81B7 (or 0xFA81B7) is unknown color: approx Persian Pink. HEX triplet: FA, 81 and B7. RGB value is (250,129,183). Sum of RGB (Red+Green+Blue) = 250+129+183=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81B7 is #057E48. Grayscale: #ABABAB. Windows color (decimal): -360009 or 12026362. OLE color: 12026362.

HSL color Cylindrical-coordinate representation of color #FA81B7: hue angle of 333.22º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81B7 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250129183-
CMYK00.480.270.02
HSL333.22º92.37%74.31%-
HSV(B)333.22º48.4%98.04%-
XYZ55.8239.4449.47-
YUV171.34134.59184.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=44.48%
G=22.95%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012918300.480.270.02333.2292.3774.31
HexFA81B70301B214d5c4a
Octal372201267060332515134112
Binary1111101010000001101101110110000110111010100110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81B7; }

 p { color: rgb(250,129,183); }

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

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

 a { background-color: rgb(250,129,183); }

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

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

 span { border-color: rgb(250,129,183); }

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