#F2AABA

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

Shades of Cupid #F2AABA

Tints of Cupid #F2AABA

Color information

#F2AABA (or 0xF2AABA) is unknown color: approx Cupid. HEX triplet: F2, AA and BA. RGB value is (242,170,186). Sum of RGB (Red+Green+Blue) = 242+170+186=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABA is #0D5545. Grayscale: #C1C1C1. Windows color (decimal): -873798 or 12233458. OLE color: 12233458.

HSL color Cylindrical-coordinate representation of color #F2AABA: hue angle of 346.67º degrees, saturation: 0.73, 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 #F2AABA is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242170186-
CMYK00.300.230.05
HSL346.67º73.47%80.78%-
HSV(B)346.67º29.75%94.9%-
XYZ59.8651.1753.18-
YUV193.35123.85162.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=40.47%
G=28.43%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217018600.300.230.05346.6773.4780.78
HexF2AABA01E17515b4951
Octal362252272036275533111121
Binary1111001010101010101110100111101011110110101101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AABA; }

 p { color: rgb(242,170,186); }

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

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

 a { background-color: rgb(242,170,186); }

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

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

 span { border-color: rgb(242,170,186); }

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