#F2AFC8

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

Shades of Cupid #F2AFC8

Tints of Cupid #F2AFC8

Color information

#F2AFC8 (or 0xF2AFC8) is unknown color: approx Cupid. HEX triplet: F2, AF and C8. RGB value is (242,175,200). Sum of RGB (Red+Green+Blue) = 242+175+200=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC8 is #0D5037. Grayscale: #C5C5C5. Windows color (decimal): -872504 or 13152242. OLE color: 13152242.

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

Color convert

RGB242175200-
CMYK00.280.170.05
HSL337.61º72.04%81.76%-
HSV(B)337.61º27.69%94.9%-
XYZ62.3753.7161.72-
YUV197.88129.2159.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=39.22%
G=28.36%
B=32.41%

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
Decimal24217520000.280.170.05337.6172.0481.76
HexF2AFC801C1151524852
Octal362257310034215522110122
Binary1111001010101111110010000111001000110110101001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFC8; }

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

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

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

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

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

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

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

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