#F0AFC5

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

Shades of Cupid #F0AFC5

Tints of Cupid #F0AFC5

Color information

#F0AFC5 (or 0xF0AFC5) is unknown color: approx Cupid. HEX triplet: F0, AF and C5. RGB value is (240,175,197). Sum of RGB (Red+Green+Blue) = 240+175+197=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC5 is #0F503A. Grayscale: #C4C4C4. Windows color (decimal): -1003579 or 12955632. OLE color: 12955632.

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

Color convert

RGB240175197-
CMYK00.270.180.06
HSL339.69º68.42%81.37%-
HSV(B)339.69º27.08%94.12%-
XYZ61.3453.2259.86-
YUV196.94128.03158.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=39.22%
G=28.59%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017519700.270.180.06339.6968.4281.37
HexF0AFC501B1261544451
Octal360257305033226524104121
Binary1111000010101111110001010110111001011010101010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFC5; }

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

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

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

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

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

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

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

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