#F0AFC6

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

Shades of Cupid #F0AFC6

Tints of Cupid #F0AFC6

Color information

#F0AFC6 (or 0xF0AFC6) is unknown color: approx Cupid. HEX triplet: F0, AF and C6. RGB value is (240,175,198). Sum of RGB (Red+Green+Blue) = 240+175+198=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC6 is #0F5039. Grayscale: #C5C5C5. Windows color (decimal): -1003578 or 13021168. OLE color: 13021168.

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

Color convert

RGB240175198-
CMYK00.270.180.06
HSL338.77º68.42%81.37%-
HSV(B)338.77º27.08%94.12%-
XYZ61.4653.2660.47-
YUV197.06128.53158.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=39.15%
G=28.55%
B=32.30%

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
Decimal24017519800.270.180.06338.7768.4281.37
HexF0AFC601B1261534451
Octal360257306033226523104121
Binary1111000010101111110001100110111001011010101001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFC6; }

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

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

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

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

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

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

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

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