Shades of Cupid #F4A9C1
Tints of Cupid #F4A9C1
RGB
CMYK
RGB Variations
Color information
#F4A9C1 (or 0xF4A9C1) is known color: Cupid. HEX triplet: F4, A9 and C1. RGB value is (244,169,193). Sum of RGB (Red+Green+Blue) = 244+169+193=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9C1 is #0B563E. Grayscale: #C2C2C2. Windows color (decimal): -742975 or 12691956. OLE color: 12691956.
HSL color Cylindrical-coordinate representation of color #F4A9C1: hue angle of 340.8º degrees, saturation: 0.77, 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 #F4A9C1 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 193 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.04 |
| HSL | 340.8º | 0.77% | 0.81% | - |
| HSV(B) | 340.8º | 0.31% | 0.96% | - |
| XYZ | 61.12 | 51.46 | 57.16 | - |
| YUV | 194.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 193 | 0 | 0.31 | 0.21 | 0.04 | 340.8 | 0.77 | 0.81 |
| Hex | F4 | A9 | C1 | 0 | 1F | 15 | 4 | 155 | 4D | 51 |
| Octal | 364 | 251 | 301 | 0 | 37 | 25 | 4 | 525 | 115 | 121 |
| Binary | 11110100 | 10101001 | 11000001 | 0 | 11111 | 10101 | 100 | 101010101 | 1001101 | 1010001 |
Color Harmonies of #F4A9C1
Complementary color
Monochromatic Colors of #F4A9C1
Black with #F4A9C1
Text Example
Text Example
White with #F4A9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A9C1; }
p { color: rgb(244,169,193); }
H1.HeaderClassName
{
color: #F4A9C1;
}
.AnyTagClassName
{
color: #F4A9C1;
}
</style>
background-color css
<style>
a { background-color: #F4A9C1; }
a { background-color: rgb(244,169,193); }
div.DivClassName
{
background-color: #F4A9C1;
}
.BgClassName
{
background-color: #F4A9C1;
}
</style>
border-color css
<style>
span { border-color: #F4A9C1; }
span { border-color: rgb(244,169,193); }
td.TdClassName
{
border-color: #F4A9C1;
}
.TagClassName
{
border-color: #F4A9C1;
}
</style>