#F2A9B5

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

Shades of Cupid #F2A9B5

Tints of Cupid #F2A9B5

Color information

#F2A9B5 (or 0xF2A9B5) is unknown color: approx Cupid. HEX triplet: F2, A9 and B5. RGB value is (242,169,181). Sum of RGB (Red+Green+Blue) = 242+169+181=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9B5 is #0D564A. Grayscale: #C0C0C0. Windows color (decimal): -874059 or 11905522. OLE color: 11905522.

HSL color Cylindrical-coordinate representation of color #F2A9B5: hue angle of 350.14º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9B5 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB242169181-
CMYK00.300.250.05
HSL350.14º73.74%80.59%-
HSV(B)350.14º30.17%94.9%-
XYZ59.1550.5950.36-
YUV192.2121.68163.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=40.88%
G=28.55%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216918100.300.250.05350.1473.7480.59
HexF2A9B501E19515e4a51
Octal362251265036315536112121
Binary1111001010101001101101010111101100110110101111010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A9B5; }

 p { color: rgb(242,169,181); }

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

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

 a { background-color: rgb(242,169,181); }

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

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

 span { border-color: rgb(242,169,181); }

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