Shades of Cupid #F0AFC8
Tints of Cupid #F0AFC8
RGB
CMYK
RGB Variations
Color information
#F0AFC8 (or 0xF0AFC8) is known color: Cupid. HEX triplet: F0, AF and C8. RGB value is (240,175,200). Sum of RGB (Red+Green+Blue) = 240+175+200=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC8 is #0F5037. Grayscale: #C5C5C5. Windows color (decimal): -1003576 or 13152240. OLE color: 13152240.
HSL color Cylindrical-coordinate representation of color #F0AFC8: hue angle of 336.92º 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 #F0AFC8 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 200 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.06 |
| HSL | 336.92º | 0.68% | 0.81% | - |
| HSV(B) | 336.92º | 0.27% | 0.94% | - |
| XYZ | 61.69 | 53.36 | 61.69 | - |
| YUV | 197.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 200 | 0 | 0.27 | 0.17 | 0.06 | 336.92 | 0.68 | 0.81 |
| Hex | F0 | AF | C8 | 0 | 1B | 11 | 6 | 151 | 44 | 51 |
| Octal | 360 | 257 | 310 | 0 | 33 | 21 | 6 | 521 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11001000 | 0 | 11011 | 10001 | 110 | 101010001 | 1000100 | 1010001 |
Color Harmonies of #F0AFC8
Complementary color
Monochromatic Colors of #F0AFC8
Black with #F0AFC8
Text Example
Text Example
White with #F0AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFC8; }
p { color: rgb(240,175,200); }
H1.HeaderClassName
{
color: #F0AFC8;
}
.AnyTagClassName
{
color: #F0AFC8;
}
</style>
background-color css
<style>
a { background-color: #F0AFC8; }
a { background-color: rgb(240,175,200); }
div.DivClassName
{
background-color: #F0AFC8;
}
.BgClassName
{
background-color: #F0AFC8;
}
</style>
border-color css
<style>
span { border-color: #F0AFC8; }
span { border-color: rgb(240,175,200); }
td.TdClassName
{
border-color: #F0AFC8;
}
.TagClassName
{
border-color: #F0AFC8;
}
</style>