#F2AABE

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

Shades of Cupid #F2AABE

Tints of Cupid #F2AABE

Color information

#F2AABE (or 0xF2AABE) is unknown color: approx Cupid. HEX triplet: F2, AA and BE. RGB value is (242,170,190). Sum of RGB (Red+Green+Blue) = 242+170+190=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABE is #0D5541. Grayscale: #C1C1C1. Windows color (decimal): -873794 or 12495602. OLE color: 12495602.

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

Color convert

RGB242170190-
CMYK00.300.210.05
HSL343.33º73.47%80.78%-
HSV(B)343.33º29.75%94.9%-
XYZ60.2951.3455.45-
YUV193.81125.85162.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=40.20%
G=28.24%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217019000.300.210.05343.3373.4780.78
HexF2AABE01E1551574951
Octal362252276036255527111121
Binary1111001010101010101111100111101010110110101011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AABE; }

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

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

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

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

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

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

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

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