Shades of Cupid #F0AFC3
Tints of Cupid #F0AFC3
RGB
CMYK
RGB Variations
Color information
#F0AFC3 (or 0xF0AFC3) is known color: Cupid. HEX triplet: F0, AF and C3. RGB value is (240,175,195). Sum of RGB (Red+Green+Blue) = 240+175+195=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC3 is #0F503C. Grayscale: #C4C4C4. Windows color (decimal): -1003581 or 12824560. OLE color: 12824560.
HSL color Cylindrical-coordinate representation of color #F0AFC3: hue angle of 341.54º 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 #F0AFC3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 195 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.06 |
| HSL | 341.54º | 0.68% | 0.81% | - |
| HSV(B) | 341.54º | 0.27% | 0.94% | - |
| XYZ | 61.12 | 53.13 | 58.66 | - |
| YUV | 196.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 195 | 0 | 0.27 | 0.19 | 0.06 | 341.54 | 0.68 | 0.81 |
| Hex | F0 | AF | C3 | 0 | 1B | 13 | 6 | 156 | 44 | 51 |
| Octal | 360 | 257 | 303 | 0 | 33 | 23 | 6 | 526 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11000011 | 0 | 11011 | 10011 | 110 | 101010110 | 1000100 | 1010001 |
Color Harmonies of #F0AFC3
Complementary color
Monochromatic Colors of #F0AFC3
Black with #F0AFC3
Text Example
Text Example
White with #F0AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFC3; }
p { color: rgb(240,175,195); }
H1.HeaderClassName
{
color: #F0AFC3;
}
.AnyTagClassName
{
color: #F0AFC3;
}
</style>
background-color css
<style>
a { background-color: #F0AFC3; }
a { background-color: rgb(240,175,195); }
div.DivClassName
{
background-color: #F0AFC3;
}
.BgClassName
{
background-color: #F0AFC3;
}
</style>
border-color css
<style>
span { border-color: #F0AFC3; }
span { border-color: rgb(240,175,195); }
td.TdClassName
{
border-color: #F0AFC3;
}
.TagClassName
{
border-color: #F0AFC3;
}
</style>