#F0AFBF

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

Shades of Cupid #F0AFBF

Tints of Cupid #F0AFBF

Color information

#F0AFBF (or 0xF0AFBF) is unknown color: approx Cupid. HEX triplet: F0, AF and BF. RGB value is (240,175,191). Sum of RGB (Red+Green+Blue) = 240+175+191=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFBF is #0F5040. Grayscale: #C4C4C4. Windows color (decimal): -1003585 or 12562416. OLE color: 12562416.

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

Color convert

RGB240175191-
CMYK00.270.200.06
HSL345.23º68.42%81.37%-
HSV(B)345.23º27.08%94.12%-
XYZ60.6752.9556.31-
YUV196.26125.03159.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 191 (75% from 255) = 31.52%
R=39.60%
G=28.88%
B=31.52%

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
Decimal24017519100.270.200.06345.2368.4281.37
HexF0AFBF01B1461594451
Octal360257277033246531104121
Binary1111000010101111101111110110111010011010101100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFBF; }

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

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

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

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

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

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

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

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