Shades of Cupid #F4A8BC
Tints of Cupid #F4A8BC
RGB
CMYK
RGB Variations
Color information
#F4A8BC (or 0xF4A8BC) is known color: Cupid. HEX triplet: F4, A8 and BC. RGB value is (244,168,188). Sum of RGB (Red+Green+Blue) = 244+168+188=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8BC is #0B5743. Grayscale: #C1C1C1. Windows color (decimal): -743236 or 12364020. OLE color: 12364020.
HSL color Cylindrical-coordinate representation of color #F4A8BC: hue angle of 344.21º 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 #F4A8BC is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 188 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.04 |
| HSL | 344.21º | 0.78% | 0.81% | - |
| HSV(B) | 344.21º | 0.31% | 0.96% | - |
| XYZ | 60.39 | 50.87 | 54.21 | - |
| YUV | 193 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 188 | 0 | 0.31 | 0.23 | 0.04 | 344.21 | 0.78 | 0.81 |
| Hex | F4 | A8 | BC | 0 | 1F | 17 | 4 | 158 | 4E | 51 |
| Octal | 364 | 250 | 274 | 0 | 37 | 27 | 4 | 530 | 116 | 121 |
| Binary | 11110100 | 10101000 | 10111100 | 0 | 11111 | 10111 | 100 | 101011000 | 1001110 | 1010001 |
Color Harmonies of #F4A8BC
Complementary color
Monochromatic Colors of #F4A8BC
Black with #F4A8BC
Text Example
Text Example
White with #F4A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8BC; }
p { color: rgb(244,168,188); }
H1.HeaderClassName
{
color: #F4A8BC;
}
.AnyTagClassName
{
color: #F4A8BC;
}
</style>
background-color css
<style>
a { background-color: #F4A8BC; }
a { background-color: rgb(244,168,188); }
div.DivClassName
{
background-color: #F4A8BC;
}
.BgClassName
{
background-color: #F4A8BC;
}
</style>
border-color css
<style>
span { border-color: #F4A8BC; }
span { border-color: rgb(244,168,188); }
td.TdClassName
{
border-color: #F4A8BC;
}
.TagClassName
{
border-color: #F4A8BC;
}
</style>