#F5A9BA

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

Shades of Cupid #F5A9BA

Tints of Cupid #F5A9BA

Color information

#F5A9BA (or 0xF5A9BA) is unknown color: approx Cupid. HEX triplet: F5, A9 and BA. RGB value is (245,169,186). Sum of RGB (Red+Green+Blue) = 245+169+186=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9BA is #0A5645. Grayscale: #C1C1C1. Windows color (decimal): -677446 or 12233205. OLE color: 12233205.

HSL color Cylindrical-coordinate representation of color #F5A9BA: hue angle of 346.58º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A9BA is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245169186-
CMYK00.310.240.04
HSL346.58º79.17%81.18%-
HSV(B)346.58º31.02%96.08%-
XYZ60.7151.3353.16-
YUV193.66123.68164.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 169 (66.41% from 255) = 28.17%
BLUE value IS 186 (73.05% from 255) = 31%
R=40.83%
G=28.17%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516918600.310.240.04346.5879.1781.18
HexF5A9BA01F18415b4f51
Octal365251272037304533117121
Binary1111010110101001101110100111111100010010101101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9BA; }

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

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

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

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

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

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

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

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