Shades of Cupid #F0AFBA
Tints of Cupid #F0AFBA
RGB
CMYK
RGB Variations
Color information
#F0AFBA (or 0xF0AFBA) is known color: Cupid. HEX triplet: F0, AF and BA. RGB value is (240,175,186). Sum of RGB (Red+Green+Blue) = 240+175+186=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFBA is #0F5045. Grayscale: #C3C3C3. Windows color (decimal): -1003590 or 12234736. OLE color: 12234736.
HSL color Cylindrical-coordinate representation of color #F0AFBA: hue angle of 349.85º 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 #F0AFBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 186 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.06 |
| HSL | 349.85º | 0.68% | 0.81% | - |
| HSV(B) | 349.85º | 0.27% | 0.94% | - |
| XYZ | 60.13 | 52.73 | 53.46 | - |
| YUV | 195.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 186 | 0 | 0.27 | 0.22 | 0.06 | 349.85 | 0.68 | 0.81 |
| Hex | F0 | AF | BA | 0 | 1B | 16 | 6 | 15E | 44 | 51 |
| Octal | 360 | 257 | 272 | 0 | 33 | 26 | 6 | 536 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10111010 | 0 | 11011 | 10110 | 110 | 101011110 | 1000100 | 1010001 |
Color Harmonies of #F0AFBA
Complementary color
Monochromatic Colors of #F0AFBA
Black with #F0AFBA
Text Example
Text Example
White with #F0AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFBA; }
p { color: rgb(240,175,186); }
H1.HeaderClassName
{
color: #F0AFBA;
}
.AnyTagClassName
{
color: #F0AFBA;
}
</style>
background-color css
<style>
a { background-color: #F0AFBA; }
a { background-color: rgb(240,175,186); }
div.DivClassName
{
background-color: #F0AFBA;
}
.BgClassName
{
background-color: #F0AFBA;
}
</style>
border-color css
<style>
span { border-color: #F0AFBA; }
span { border-color: rgb(240,175,186); }
td.TdClassName
{
border-color: #F0AFBA;
}
.TagClassName
{
border-color: #F0AFBA;
}
</style>