Shades of Cupid #F4A6B8
Tints of Cupid #F4A6B8
RGB
CMYK
RGB Variations
Color information
#F4A6B8 (or 0xF4A6B8) is known color: Cupid. HEX triplet: F4, A6 and B8. RGB value is (244,166,184). Sum of RGB (Red+Green+Blue) = 244+166+184=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6B8 is #0B5947. Grayscale: #BFBFBF. Windows color (decimal): -743752 or 12101364. OLE color: 12101364.
HSL color Cylindrical-coordinate representation of color #F4A6B8: hue angle of 346.15º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6B8 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 184 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.04 |
| HSL | 346.15º | 0.78% | 0.8% | - |
| HSV(B) | 346.15º | 0.32% | 0.96% | - |
| XYZ | 59.6 | 49.97 | 51.85 | - |
| YUV | 191.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 184 | 0 | 0.32 | 0.25 | 0.04 | 346.15 | 0.78 | 0.8 |
| Hex | F4 | A6 | B8 | 0 | 20 | 19 | 4 | 15A | 4E | 50 |
| Octal | 364 | 246 | 270 | 0 | 40 | 31 | 4 | 532 | 116 | 120 |
| Binary | 11110100 | 10100110 | 10111000 | 0 | 100000 | 11001 | 100 | 101011010 | 1001110 | 1010000 |
Color Harmonies of #F4A6B8
Complementary color
Monochromatic Colors of #F4A6B8
Black with #F4A6B8
Text Example
Text Example
White with #F4A6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A6B8; }
p { color: rgb(244,166,184); }
H1.HeaderClassName
{
color: #F4A6B8;
}
.AnyTagClassName
{
color: #F4A6B8;
}
</style>
background-color css
<style>
a { background-color: #F4A6B8; }
a { background-color: rgb(244,166,184); }
div.DivClassName
{
background-color: #F4A6B8;
}
.BgClassName
{
background-color: #F4A6B8;
}
</style>
border-color css
<style>
span { border-color: #F4A6B8; }
span { border-color: rgb(244,166,184); }
td.TdClassName
{
border-color: #F4A6B8;
}
.TagClassName
{
border-color: #F4A6B8;
}
</style>