#F2AFC3

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

Shades of Cupid #F2AFC3

Tints of Cupid #F2AFC3

Color information

#F2AFC3 (or 0xF2AFC3) is unknown color: approx Cupid. HEX triplet: F2, AF and C3. RGB value is (242,175,195). Sum of RGB (Red+Green+Blue) = 242+175+195=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC3 is #0D503C. Grayscale: #C5C5C5. Windows color (decimal): -872509 or 12824562. OLE color: 12824562.

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

Color convert

RGB242175195-
CMYK00.280.190.05
HSL342.09º72.04%81.76%-
HSV(B)342.09º27.69%94.9%-
XYZ61.853.4858.69-
YUV197.31126.7159.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=39.54%
G=28.59%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217519500.280.190.05342.0972.0481.76
HexF2AFC301C1351564852
Octal362257303034235526110122
Binary1111001010101111110000110111001001110110101011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFC3; }

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

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

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

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

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

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

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

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