Shades of Cupid #F0A5BC
Tints of Cupid #F0A5BC
RGB
CMYK
RGB Variations
Color information
#F0A5BC (or 0xF0A5BC) is known color: Cupid. HEX triplet: F0, A5 and BC. RGB value is (240,165,188). Sum of RGB (Red+Green+Blue) = 240+165+188=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A5BC is #0F5A43. Grayscale: #BEBEBE. Windows color (decimal): -1006148 or 12363248. OLE color: 12363248.
HSL color Cylindrical-coordinate representation of color #F0A5BC: hue angle of 341.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5BC is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 188 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.06 |
| HSL | 341.6º | 0.71% | 0.79% | - |
| HSV(B) | 341.6º | 0.31% | 0.94% | - |
| XYZ | 58.47 | 49.07 | 53.97 | - |
| YUV | 190.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 188 | 0 | 0.31 | 0.22 | 0.06 | 341.6 | 0.71 | 0.79 |
| Hex | F0 | A5 | BC | 0 | 1F | 16 | 6 | 156 | 47 | 4F |
| Octal | 360 | 245 | 274 | 0 | 37 | 26 | 6 | 526 | 107 | 117 |
| Binary | 11110000 | 10100101 | 10111100 | 0 | 11111 | 10110 | 110 | 101010110 | 1000111 | 1001111 |
Color Harmonies of #F0A5BC
Complementary color
Monochromatic Colors of #F0A5BC
Black with #F0A5BC
Text Example
Text Example
White with #F0A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5BC; }
p { color: rgb(240,165,188); }
H1.HeaderClassName
{
color: #F0A5BC;
}
.AnyTagClassName
{
color: #F0A5BC;
}
</style>
background-color css
<style>
a { background-color: #F0A5BC; }
a { background-color: rgb(240,165,188); }
div.DivClassName
{
background-color: #F0A5BC;
}
.BgClassName
{
background-color: #F0A5BC;
}
</style>
border-color css
<style>
span { border-color: #F0A5BC; }
span { border-color: rgb(240,165,188); }
td.TdClassName
{
border-color: #F0A5BC;
}
.TagClassName
{
border-color: #F0A5BC;
}
</style>