Shades of Cupid #F0AFC1
Tints of Cupid #F0AFC1
RGB
CMYK
RGB Variations
Color information
#F0AFC1 (or 0xF0AFC1) is known color: Cupid. HEX triplet: F0, AF and C1. RGB value is (240,175,193). Sum of RGB (Red+Green+Blue) = 240+175+193=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC1 is #0F503E. Grayscale: #C4C4C4. Windows color (decimal): -1003583 or 12693488. OLE color: 12693488.
HSL color Cylindrical-coordinate representation of color #F0AFC1: hue angle of 343.38º 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 #F0AFC1 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 193 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.06 |
| HSL | 343.38º | 0.68% | 0.81% | - |
| HSV(B) | 343.38º | 0.27% | 0.94% | - |
| XYZ | 60.89 | 53.04 | 57.48 | - |
| YUV | 196.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 193 | 0 | 0.27 | 0.20 | 0.06 | 343.38 | 0.68 | 0.81 |
| Hex | F0 | AF | C1 | 0 | 1B | 14 | 6 | 157 | 44 | 51 |
| Octal | 360 | 257 | 301 | 0 | 33 | 24 | 6 | 527 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11000001 | 0 | 11011 | 10100 | 110 | 101010111 | 1000100 | 1010001 |
Color Harmonies of #F0AFC1
Complementary color
Monochromatic Colors of #F0AFC1
Black with #F0AFC1
Text Example
Text Example
White with #F0AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFC1; }
p { color: rgb(240,175,193); }
H1.HeaderClassName
{
color: #F0AFC1;
}
.AnyTagClassName
{
color: #F0AFC1;
}
</style>
background-color css
<style>
a { background-color: #F0AFC1; }
a { background-color: rgb(240,175,193); }
div.DivClassName
{
background-color: #F0AFC1;
}
.BgClassName
{
background-color: #F0AFC1;
}
</style>
border-color css
<style>
span { border-color: #F0AFC1; }
span { border-color: rgb(240,175,193); }
td.TdClassName
{
border-color: #F0AFC1;
}
.TagClassName
{
border-color: #F0AFC1;
}
</style>