Shades of Cupid #F4A7BD
Tints of Cupid #F4A7BD
RGB
CMYK
RGB Variations
Color information
#F4A7BD (or 0xF4A7BD) is known color: Cupid. HEX triplet: F4, A7 and BD. RGB value is (244,167,189). Sum of RGB (Red+Green+Blue) = 244+167+189=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7BD is #0B5842. Grayscale: #C0C0C0. Windows color (decimal): -743491 or 12429300. OLE color: 12429300.
HSL color Cylindrical-coordinate representation of color #F4A7BD: hue angle of 342.86º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A7BD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 189 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.04 |
| HSL | 342.86º | 0.78% | 0.81% | - |
| HSV(B) | 342.86º | 0.32% | 0.96% | - |
| XYZ | 60.31 | 50.54 | 54.72 | - |
| YUV | 192.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 189 | 0 | 0.32 | 0.23 | 0.04 | 342.86 | 0.78 | 0.81 |
| Hex | F4 | A7 | BD | 0 | 20 | 17 | 4 | 157 | 4E | 51 |
| Octal | 364 | 247 | 275 | 0 | 40 | 27 | 4 | 527 | 116 | 121 |
| Binary | 11110100 | 10100111 | 10111101 | 0 | 100000 | 10111 | 100 | 101010111 | 1001110 | 1010001 |
Color Harmonies of #F4A7BD
Complementary color
Monochromatic Colors of #F4A7BD
Black with #F4A7BD
Text Example
Text Example
White with #F4A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7BD; }
p { color: rgb(244,167,189); }
H1.HeaderClassName
{
color: #F4A7BD;
}
.AnyTagClassName
{
color: #F4A7BD;
}
</style>
background-color css
<style>
a { background-color: #F4A7BD; }
a { background-color: rgb(244,167,189); }
div.DivClassName
{
background-color: #F4A7BD;
}
.BgClassName
{
background-color: #F4A7BD;
}
</style>
border-color css
<style>
span { border-color: #F4A7BD; }
span { border-color: rgb(244,167,189); }
td.TdClassName
{
border-color: #F4A7BD;
}
.TagClassName
{
border-color: #F4A7BD;
}
</style>