#F2AFCA

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

Shades of Cupid #F2AFCA

Tints of Cupid #F2AFCA

Color information

#F2AFCA (or 0xF2AFCA) is unknown color: approx Cupid. HEX triplet: F2, AF and CA. RGB value is (242,175,202). Sum of RGB (Red+Green+Blue) = 242+175+202=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFCA is #0D5035. Grayscale: #C6C6C6. Windows color (decimal): -872502 or 13283314. OLE color: 13283314.

HSL color Cylindrical-coordinate representation of color #F2AFCA: hue angle of 335.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFCA is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242175202-
CMYK00.280.170.05
HSL335.82º72.04%81.76%-
HSV(B)335.82º27.69%94.9%-
XYZ62.6153.862.96-
YUV198.11130.2159.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=39.10%
G=28.27%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217520200.280.170.05335.8272.0481.76
HexF2AFCA01C1151504852
Octal362257312034215520110122
Binary1111001010101111110010100111001000110110101000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFCA; }

 p { color: rgb(242,175,202); }

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

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

 a { background-color: rgb(242,175,202); }

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

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

 span { border-color: rgb(242,175,202); }

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