Shades of Cupid #F0A8C3
Tints of Cupid #F0A8C3
RGB
CMYK
RGB Variations
Color information
#F0A8C3 (or 0xF0A8C3) is known color: Cupid. HEX triplet: F0, A8 and C3. RGB value is (240,168,195). Sum of RGB (Red+Green+Blue) = 240+168+195=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A8C3 is #0F573C. Grayscale: #C0C0C0. Windows color (decimal): -1005373 or 12822768. OLE color: 12822768.
HSL color Cylindrical-coordinate representation of color #F0A8C3: hue angle of 337.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8C3 is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 195 | - |
| CMYK | 0 | 0.3 | 0.19 | 0.06 |
| HSL | 337.5º | 0.71% | 0.8% | - |
| HSV(B) | 337.5º | 0.3% | 0.94% | - |
| XYZ | 59.79 | 50.47 | 58.22 | - |
| YUV | 192.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 195 | 0 | 0.3 | 0.19 | 0.06 | 337.5 | 0.71 | 0.8 |
| Hex | F0 | A8 | C3 | 0 | 1E | 13 | 6 | 152 | 47 | 50 |
| Octal | 360 | 250 | 303 | 0 | 36 | 23 | 6 | 522 | 107 | 120 |
| Binary | 11110000 | 10101000 | 11000011 | 0 | 11110 | 10011 | 110 | 101010010 | 1000111 | 1010000 |
Color Harmonies of #F0A8C3
Complementary color
Monochromatic Colors of #F0A8C3
Black with #F0A8C3
Text Example
Text Example
White with #F0A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8C3; }
p { color: rgb(240,168,195); }
H1.HeaderClassName
{
color: #F0A8C3;
}
.AnyTagClassName
{
color: #F0A8C3;
}
</style>
background-color css
<style>
a { background-color: #F0A8C3; }
a { background-color: rgb(240,168,195); }
div.DivClassName
{
background-color: #F0A8C3;
}
.BgClassName
{
background-color: #F0A8C3;
}
</style>
border-color css
<style>
span { border-color: #F0A8C3; }
span { border-color: rgb(240,168,195); }
td.TdClassName
{
border-color: #F0A8C3;
}
.TagClassName
{
border-color: #F0A8C3;
}
</style>