#F9A9BA

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

Shades of Cupid #F9A9BA

Tints of Cupid #F9A9BA

Color information

#F9A9BA (or 0xF9A9BA) is unknown color: approx Cupid. HEX triplet: F9, A9 and BA. RGB value is (249,169,186). Sum of RGB (Red+Green+Blue) = 249+169+186=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9BA is #065645. Grayscale: #C2C2C2. Windows color (decimal): -415302 or 12233209. OLE color: 12233209.

HSL color Cylindrical-coordinate representation of color #F9A9BA: hue angle of 347.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9A9BA is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249169186-
CMYK00.320.250.02
HSL347.25º86.96%81.96%-
HSV(B)347.25º32.13%97.65%-
XYZ62.1252.0653.23-
YUV194.86123166.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=41.23%
G=27.98%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916918600.320.250.02347.2586.9681.96
HexF9A9BA02019215b5752
Octal371251272040312533127122
Binary1111100110101001101110100100000110011010101101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A9BA; }

 p { color: rgb(249,169,186); }

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

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

 a { background-color: rgb(249,169,186); }

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

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

 span { border-color: rgb(249,169,186); }

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