#F0AFC3

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

Shades of Cupid #F0AFC3

Tints of Cupid #F0AFC3

Color information

#F0AFC3 (or 0xF0AFC3) is unknown color: approx Cupid. HEX triplet: F0, AF and C3. RGB value is (240,175,195). Sum of RGB (Red+Green+Blue) = 240+175+195=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC3 is #0F503C. Grayscale: #C4C4C4. Windows color (decimal): -1003581 or 12824560. OLE color: 12824560.

HSL color Cylindrical-coordinate representation of color #F0AFC3: hue angle of 341.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFC3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB240175195-
CMYK00.270.190.06
HSL341.54º68.42%81.37%-
HSV(B)341.54º27.08%94.12%-
XYZ61.1253.1358.66-
YUV196.71127.03158.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=39.34%
G=28.69%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017519500.270.190.06341.5468.4281.37
HexF0AFC301B1361564451
Octal360257303033236526104121
Binary1111000010101111110000110110111001111010101011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFC3; }

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

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

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

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

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

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

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

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