Shades of Cupid #F4ADC0
Tints of Cupid #F4ADC0
RGB
CMYK
RGB Variations
Color information
#F4ADC0 (or 0xF4ADC0) is known color: Cupid. HEX triplet: F4, AD and C0. RGB value is (244,173,192). Sum of RGB (Red+Green+Blue) = 244+173+192=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADC0 is #0B523F. Grayscale: #C4C4C4. Windows color (decimal): -741952 or 12627444. OLE color: 12627444.
HSL color Cylindrical-coordinate representation of color #F4ADC0: hue angle of 343.94º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADC0 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 192 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.04 |
| HSL | 343.94º | 0.76% | 0.82% | - |
| HSV(B) | 343.94º | 0.29% | 0.96% | - |
| XYZ | 61.77 | 52.93 | 56.83 | - |
| YUV | 196.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 192 | 0 | 0.29 | 0.21 | 0.04 | 343.94 | 0.76 | 0.82 |
| Hex | F4 | AD | C0 | 0 | 1D | 15 | 4 | 158 | 4C | 52 |
| Octal | 364 | 255 | 300 | 0 | 35 | 25 | 4 | 530 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11000000 | 0 | 11101 | 10101 | 100 | 101011000 | 1001100 | 1010010 |
Color Harmonies of #F4ADC0
Complementary color
Monochromatic Colors of #F4ADC0
Black with #F4ADC0
Text Example
Text Example
White with #F4ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADC0; }
p { color: rgb(244,173,192); }
H1.HeaderClassName
{
color: #F4ADC0;
}
.AnyTagClassName
{
color: #F4ADC0;
}
</style>
background-color css
<style>
a { background-color: #F4ADC0; }
a { background-color: rgb(244,173,192); }
div.DivClassName
{
background-color: #F4ADC0;
}
.BgClassName
{
background-color: #F4ADC0;
}
</style>
border-color css
<style>
span { border-color: #F4ADC0; }
span { border-color: rgb(244,173,192); }
td.TdClassName
{
border-color: #F4ADC0;
}
.TagClassName
{
border-color: #F4ADC0;
}
</style>