Shades of Cupid #F0AFC5
Tints of Cupid #F0AFC5
RGB
CMYK
RGB Variations
Color information
#F0AFC5 (or 0xF0AFC5) is known color: Cupid. HEX triplet: F0, AF and C5. RGB value is (240,175,197). Sum of RGB (Red+Green+Blue) = 240+175+197=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC5 is #0F503A. Grayscale: #C4C4C4. Windows color (decimal): -1003579 or 12955632. OLE color: 12955632.
HSL color Cylindrical-coordinate representation of color #F0AFC5: hue angle of 339.69º 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 #F0AFC5 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 197 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.06 |
| HSL | 339.69º | 0.68% | 0.81% | - |
| HSV(B) | 339.69º | 0.27% | 0.94% | - |
| XYZ | 61.34 | 53.22 | 59.86 | - |
| YUV | 196.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 197 | 0 | 0.27 | 0.18 | 0.06 | 339.69 | 0.68 | 0.81 |
| Hex | F0 | AF | C5 | 0 | 1B | 12 | 6 | 154 | 44 | 51 |
| Octal | 360 | 257 | 305 | 0 | 33 | 22 | 6 | 524 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11000101 | 0 | 11011 | 10010 | 110 | 101010100 | 1000100 | 1010001 |
Color Harmonies of #F0AFC5
Complementary color
Monochromatic Colors of #F0AFC5
Black with #F0AFC5
Text Example
Text Example
White with #F0AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFC5; }
p { color: rgb(240,175,197); }
H1.HeaderClassName
{
color: #F0AFC5;
}
.AnyTagClassName
{
color: #F0AFC5;
}
</style>
background-color css
<style>
a { background-color: #F0AFC5; }
a { background-color: rgb(240,175,197); }
div.DivClassName
{
background-color: #F0AFC5;
}
.BgClassName
{
background-color: #F0AFC5;
}
</style>
border-color css
<style>
span { border-color: #F0AFC5; }
span { border-color: rgb(240,175,197); }
td.TdClassName
{
border-color: #F0AFC5;
}
.TagClassName
{
border-color: #F0AFC5;
}
</style>