Shades of Cupid #F9ADC0
Tints of Cupid #F9ADC0
RGB
CMYK
RGB Variations
Color information
#F9ADC0 (or 0xF9ADC0) is known color: Cupid. HEX triplet: F9, AD and C0. RGB value is (249,173,192). Sum of RGB (Red+Green+Blue) = 249+173+192=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADC0 is #06523F. Grayscale: #C5C5C5. Windows color (decimal): -414272 or 12627449. OLE color: 12627449.
HSL color Cylindrical-coordinate representation of color #F9ADC0: hue angle of 345º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADC0 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 192 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.02 |
| HSL | 345º | 0.86% | 0.83% | - |
| HSV(B) | 345º | 0.31% | 0.98% | - |
| XYZ | 63.52 | 53.83 | 56.91 | - |
| YUV | 197.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 192 | 0 | 0.31 | 0.23 | 0.02 | 345 | 0.86 | 0.83 |
| Hex | F9 | AD | C0 | 0 | 1F | 17 | 2 | 159 | 56 | 53 |
| Octal | 371 | 255 | 300 | 0 | 37 | 27 | 2 | 531 | 126 | 123 |
| Binary | 11111001 | 10101101 | 11000000 | 0 | 11111 | 10111 | 10 | 101011001 | 1010110 | 1010011 |
Color Harmonies of #F9ADC0
Complementary color
Monochromatic Colors of #F9ADC0
Black with #F9ADC0
Text Example
Text Example
White with #F9ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADC0; }
p { color: rgb(249,173,192); }
H1.HeaderClassName
{
color: #F9ADC0;
}
.AnyTagClassName
{
color: #F9ADC0;
}
</style>
background-color css
<style>
a { background-color: #F9ADC0; }
a { background-color: rgb(249,173,192); }
div.DivClassName
{
background-color: #F9ADC0;
}
.BgClassName
{
background-color: #F9ADC0;
}
</style>
border-color css
<style>
span { border-color: #F9ADC0; }
span { border-color: rgb(249,173,192); }
td.TdClassName
{
border-color: #F9ADC0;
}
.TagClassName
{
border-color: #F9ADC0;
}
</style>