#FA81BA

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

Shades of Persian Pink #FA81BA

Tints of Persian Pink #FA81BA

Color information

#FA81BA (or 0xFA81BA) is unknown color: approx Persian Pink. HEX triplet: FA, 81 and BA. RGB value is (250,129,186). Sum of RGB (Red+Green+Blue) = 250+129+186=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81BA is #057E45. Grayscale: #ABABAB. Windows color (decimal): -360006 or 12222970. OLE color: 12222970.

HSL color Cylindrical-coordinate representation of color #FA81BA: hue angle of 331.74º 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 #FA81BA is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250129186-
CMYK00.480.260.02
HSL331.74º92.37%74.31%-
HSV(B)331.74º48.4%98.04%-
XYZ56.1439.5751.13-
YUV171.68136.09183.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=44.25%
G=22.83%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012918600.480.260.02331.7492.3774.31
HexFA81BA0301A214c5c4a
Octal372201272060322514134112
Binary1111101010000001101110100110000110101010100110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81BA; }

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

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

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

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

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

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

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

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