#F2AFC4

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

Shades of Cupid #F2AFC4

Tints of Cupid #F2AFC4

Color information

#F2AFC4 (or 0xF2AFC4) is unknown color: approx Cupid. HEX triplet: F2, AF and C4. RGB value is (242,175,196). Sum of RGB (Red+Green+Blue) = 242+175+196=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC4 is #0D503B. Grayscale: #C5C5C5. Windows color (decimal): -872508 or 12890098. OLE color: 12890098.

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

Color convert

RGB242175196-
CMYK00.280.190.05
HSL341.19º72.04%81.76%-
HSV(B)341.19º27.69%94.9%-
XYZ61.9153.5259.29-
YUV197.43127.2159.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=39.48%
G=28.55%
B=31.97%

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
Decimal24217519600.280.190.05341.1972.0481.76
HexF2AFC401C1351554852
Octal362257304034235525110122
Binary1111001010101111110001000111001001110110101010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFC4; }

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

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

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

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

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

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

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

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