#F2AFC6

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

Shades of Cupid #F2AFC6

Tints of Cupid #F2AFC6

Color information

#F2AFC6 (or 0xF2AFC6) is unknown color: approx Cupid. HEX triplet: F2, AF and C6. RGB value is (242,175,198). Sum of RGB (Red+Green+Blue) = 242+175+198=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC6 is #0D5039. Grayscale: #C5C5C5. Windows color (decimal): -872506 or 13021170. OLE color: 13021170.

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

Color convert

RGB242175198-
CMYK00.280.180.05
HSL339.4º72.04%81.76%-
HSV(B)339.4º27.69%94.9%-
XYZ62.1453.6160.5-
YUV197.66128.2159.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=39.35%
G=28.46%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217519800.280.180.05339.472.0481.76
HexF2AFC601C1251534852
Octal362257306034225523110122
Binary1111001010101111110001100111001001010110101001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFC6; }

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

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

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

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

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

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

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

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