Shades of Cupid #F0AFC9
Tints of Cupid #F0AFC9
RGB
CMYK
RGB Variations
Color information
#F0AFC9 (or 0xF0AFC9) is known color: Cupid. HEX triplet: F0, AF and C9. RGB value is (240,175,201). Sum of RGB (Red+Green+Blue) = 240+175+201=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC9 is #0F5036. Grayscale: #C5C5C5. Windows color (decimal): -1003575 or 13217776. OLE color: 13217776.
HSL color Cylindrical-coordinate representation of color #F0AFC9: hue angle of 336º 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 #F0AFC9 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 201 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.06 |
| HSL | 336º | 0.68% | 0.81% | - |
| HSV(B) | 336º | 0.27% | 0.94% | - |
| XYZ | 61.81 | 53.4 | 62.31 | - |
| YUV | 197.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 201 | 0 | 0.27 | 0.16 | 0.06 | 336 | 0.68 | 0.81 |
| Hex | F0 | AF | C9 | 0 | 1B | 10 | 6 | 150 | 44 | 51 |
| Octal | 360 | 257 | 311 | 0 | 33 | 20 | 6 | 520 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11001001 | 0 | 11011 | 10000 | 110 | 101010000 | 1000100 | 1010001 |
Color Harmonies of #F0AFC9
Complementary color
Monochromatic Colors of #F0AFC9
Black with #F0AFC9
Text Example
Text Example
White with #F0AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFC9; }
p { color: rgb(240,175,201); }
H1.HeaderClassName
{
color: #F0AFC9;
}
.AnyTagClassName
{
color: #F0AFC9;
}
</style>
background-color css
<style>
a { background-color: #F0AFC9; }
a { background-color: rgb(240,175,201); }
div.DivClassName
{
background-color: #F0AFC9;
}
.BgClassName
{
background-color: #F0AFC9;
}
</style>
border-color css
<style>
span { border-color: #F0AFC9; }
span { border-color: rgb(240,175,201); }
td.TdClassName
{
border-color: #F0AFC9;
}
.TagClassName
{
border-color: #F0AFC9;
}
</style>