#F0AFC1

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

Shades of Cupid #F0AFC1

Tints of Cupid #F0AFC1

Color information

#F0AFC1 (or 0xF0AFC1) is unknown color: approx Cupid. HEX triplet: F0, AF and C1. RGB value is (240,175,193). Sum of RGB (Red+Green+Blue) = 240+175+193=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC1 is #0F503E. Grayscale: #C4C4C4. Windows color (decimal): -1003583 or 12693488. OLE color: 12693488.

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

Color convert

RGB240175193-
CMYK00.270.200.06
HSL343.38º68.42%81.37%-
HSV(B)343.38º27.08%94.12%-
XYZ60.8953.0457.48-
YUV196.49126.03159.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=39.47%
G=28.78%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017519300.270.200.06343.3868.4281.37
HexF0AFC101B1461574451
Octal360257301033246527104121
Binary1111000010101111110000010110111010011010101011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFC1; }

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

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

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

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

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

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

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

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