Shades of Cupid #F4A8BF
Tints of Cupid #F4A8BF
RGB
CMYK
RGB Variations
Color information
#F4A8BF (or 0xF4A8BF) is known color: Cupid. HEX triplet: F4, A8 and BF. RGB value is (244,168,191). Sum of RGB (Red+Green+Blue) = 244+168+191=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8BF is #0B5740. Grayscale: #C1C1C1. Windows color (decimal): -743233 or 12560628. OLE color: 12560628.
HSL color Cylindrical-coordinate representation of color #F4A8BF: hue angle of 341.84º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8BF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 191 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.04 |
| HSL | 341.84º | 0.78% | 0.81% | - |
| HSV(B) | 341.84º | 0.31% | 0.96% | - |
| XYZ | 60.71 | 51 | 55.93 | - |
| YUV | 193.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 191 | 0 | 0.31 | 0.22 | 0.04 | 341.84 | 0.78 | 0.81 |
| Hex | F4 | A8 | BF | 0 | 1F | 16 | 4 | 156 | 4E | 51 |
| Octal | 364 | 250 | 277 | 0 | 37 | 26 | 4 | 526 | 116 | 121 |
| Binary | 11110100 | 10101000 | 10111111 | 0 | 11111 | 10110 | 100 | 101010110 | 1001110 | 1010001 |
Color Harmonies of #F4A8BF
Complementary color
Monochromatic Colors of #F4A8BF
Black with #F4A8BF
Text Example
Text Example
White with #F4A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8BF; }
p { color: rgb(244,168,191); }
H1.HeaderClassName
{
color: #F4A8BF;
}
.AnyTagClassName
{
color: #F4A8BF;
}
</style>
background-color css
<style>
a { background-color: #F4A8BF; }
a { background-color: rgb(244,168,191); }
div.DivClassName
{
background-color: #F4A8BF;
}
.BgClassName
{
background-color: #F4A8BF;
}
</style>
border-color css
<style>
span { border-color: #F4A8BF; }
span { border-color: rgb(244,168,191); }
td.TdClassName
{
border-color: #F4A8BF;
}
.TagClassName
{
border-color: #F4A8BF;
}
</style>