Shades of Cupid #F0AFBD
Tints of Cupid #F0AFBD
RGB
CMYK
RGB Variations
Color information
#F0AFBD (or 0xF0AFBD) is known color: Cupid. HEX triplet: F0, AF and BD. RGB value is (240,175,189). Sum of RGB (Red+Green+Blue) = 240+175+189=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFBD is #0F5042. Grayscale: #C4C4C4. Windows color (decimal): -1003587 or 12431344. OLE color: 12431344.
HSL color Cylindrical-coordinate representation of color #F0AFBD: hue angle of 347.08º 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 #F0AFBD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 189 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.06 |
| HSL | 347.08º | 0.68% | 0.81% | - |
| HSV(B) | 347.08º | 0.27% | 0.94% | - |
| XYZ | 60.45 | 52.86 | 55.16 | - |
| YUV | 196.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 189 | 0 | 0.27 | 0.21 | 0.06 | 347.08 | 0.68 | 0.81 |
| Hex | F0 | AF | BD | 0 | 1B | 15 | 6 | 15B | 44 | 51 |
| Octal | 360 | 257 | 275 | 0 | 33 | 25 | 6 | 533 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10111101 | 0 | 11011 | 10101 | 110 | 101011011 | 1000100 | 1010001 |
Color Harmonies of #F0AFBD
Complementary color
Monochromatic Colors of #F0AFBD
Black with #F0AFBD
Text Example
Text Example
White with #F0AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFBD; }
p { color: rgb(240,175,189); }
H1.HeaderClassName
{
color: #F0AFBD;
}
.AnyTagClassName
{
color: #F0AFBD;
}
</style>
background-color css
<style>
a { background-color: #F0AFBD; }
a { background-color: rgb(240,175,189); }
div.DivClassName
{
background-color: #F0AFBD;
}
.BgClassName
{
background-color: #F0AFBD;
}
</style>
border-color css
<style>
span { border-color: #F0AFBD; }
span { border-color: rgb(240,175,189); }
td.TdClassName
{
border-color: #F0AFBD;
}
.TagClassName
{
border-color: #F0AFBD;
}
</style>