Shades of Cupid #F4A4BD
Tints of Cupid #F4A4BD
RGB
CMYK
RGB Variations
Color information
#F4A4BD (or 0xF4A4BD) is known color: Cupid. HEX triplet: F4, A4 and BD. RGB value is (244,164,189). Sum of RGB (Red+Green+Blue) = 244+164+189=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4BD is #0B5B42. Grayscale: #BEBEBE. Windows color (decimal): -744259 or 12428532. OLE color: 12428532.
HSL color Cylindrical-coordinate representation of color #F4A4BD: hue angle of 341.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A4BD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 189 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.04 |
| HSL | 341.25º | 0.78% | 0.8% | - |
| HSV(B) | 341.25º | 0.33% | 0.96% | - |
| XYZ | 59.77 | 49.46 | 54.54 | - |
| YUV | 190.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 189 | 0 | 0.33 | 0.23 | 0.04 | 341.25 | 0.78 | 0.8 |
| Hex | F4 | A4 | BD | 0 | 21 | 17 | 4 | 155 | 4E | 50 |
| Octal | 364 | 244 | 275 | 0 | 41 | 27 | 4 | 525 | 116 | 120 |
| Binary | 11110100 | 10100100 | 10111101 | 0 | 100001 | 10111 | 100 | 101010101 | 1001110 | 1010000 |
Color Harmonies of #F4A4BD
Complementary color
Monochromatic Colors of #F4A4BD
Black with #F4A4BD
Text Example
Text Example
White with #F4A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4BD; }
p { color: rgb(244,164,189); }
H1.HeaderClassName
{
color: #F4A4BD;
}
.AnyTagClassName
{
color: #F4A4BD;
}
</style>
background-color css
<style>
a { background-color: #F4A4BD; }
a { background-color: rgb(244,164,189); }
div.DivClassName
{
background-color: #F4A4BD;
}
.BgClassName
{
background-color: #F4A4BD;
}
</style>
border-color css
<style>
span { border-color: #F4A4BD; }
span { border-color: rgb(244,164,189); }
td.TdClassName
{
border-color: #F4A4BD;
}
.TagClassName
{
border-color: #F4A4BD;
}
</style>