#F0AFBE

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

Shades of Cupid #F0AFBE

Tints of Cupid #F0AFBE

Color information

#F0AFBE (or 0xF0AFBE) is unknown color: approx Cupid. HEX triplet: F0, AF and BE. RGB value is (240,175,190). Sum of RGB (Red+Green+Blue) = 240+175+190=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFBE is #0F5041. Grayscale: #C4C4C4. Windows color (decimal): -1003586 or 12496880. OLE color: 12496880.

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

Color convert

RGB240175190-
CMYK00.270.210.06
HSL346.15º68.42%81.37%-
HSV(B)346.15º27.08%94.12%-
XYZ60.5652.955.73-
YUV196.14124.53159.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=39.67%
G=28.93%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017519000.270.210.06346.1568.4281.37
HexF0AFBE01B15615a4451
Octal360257276033256532104121
Binary1111000010101111101111100110111010111010101101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFBE; }

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

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

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

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

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

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

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

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