Shades of Cupid #F0AFBE
Tints of Cupid #F0AFBE
RGB
CMYK
RGB Variations
Color information
#F0AFBE (or 0xF0AFBE) is known color: 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
| RGB | 240 | 175 | 190 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.06 |
| HSL | 346.15º | 0.68% | 0.81% | - |
| HSV(B) | 346.15º | 0.27% | 0.94% | - |
| XYZ | 60.56 | 52.9 | 55.73 | - |
| YUV | 196.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 190 | 0 | 0.27 | 0.21 | 0.06 | 346.15 | 0.68 | 0.81 |
| Hex | F0 | AF | BE | 0 | 1B | 15 | 6 | 15A | 44 | 51 |
| Octal | 360 | 257 | 276 | 0 | 33 | 25 | 6 | 532 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10111110 | 0 | 11011 | 10101 | 110 | 101011010 | 1000100 | 1010001 |
Color Harmonies of #F0AFBE
Complementary color
Monochromatic Colors of #F0AFBE
Black with #F0AFBE
Text Example
Text Example
White with #F0AFBE
Text Example
Text Example
HTML Codes & Css Web 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>