#F2AABF

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

Shades of Cupid #F2AABF

Tints of Cupid #F2AABF

Color information

#F2AABF (or 0xF2AABF) is unknown color: approx Cupid. HEX triplet: F2, AA and BF. RGB value is (242,170,191). Sum of RGB (Red+Green+Blue) = 242+170+191=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AABF is #0D5540. Grayscale: #C1C1C1. Windows color (decimal): -873793 or 12561138. OLE color: 12561138.

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

Color convert

RGB242170191-
CMYK00.300.210.05
HSL342.5º73.47%80.78%-
HSV(B)342.5º29.75%94.9%-
XYZ60.451.3956.03-
YUV193.92126.35162.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 191 (75% from 255) = 31.67%
R=40.13%
G=28.19%
B=31.67%

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
Decimal24217019100.300.210.05342.573.4780.78
HexF2AABF01E1551564951
Octal362252277036255526111121
Binary1111001010101010101111110111101010110110101011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AABF; }

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

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

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

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

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

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

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

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