Shades of Cupid #F1ADC9
Tints of Cupid #F1ADC9
RGB
CMYK
RGB Variations
Color information
#F1ADC9 (or 0xF1ADC9) is known color: Cupid. HEX triplet: F1, AD and C9. RGB value is (241,173,201). Sum of RGB (Red+Green+Blue) = 241+173+201=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC9 is #0E5236. Grayscale: #C4C4C4. Windows color (decimal): -938551 or 13217265. OLE color: 13217265.
HSL color Cylindrical-coordinate representation of color #F1ADC9: hue angle of 335.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADC9 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 201 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.05 |
| HSL | 335.29º | 0.71% | 0.81% | - |
| HSV(B) | 335.29º | 0.28% | 0.95% | - |
| XYZ | 61.76 | 52.8 | 62.2 | - |
| YUV | 196.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 201 | 0 | 0.28 | 0.17 | 0.05 | 335.29 | 0.71 | 0.81 |
| Hex | F1 | AD | C9 | 0 | 1C | 11 | 5 | 14F | 47 | 51 |
| Octal | 361 | 255 | 311 | 0 | 34 | 21 | 5 | 517 | 107 | 121 |
| Binary | 11110001 | 10101101 | 11001001 | 0 | 11100 | 10001 | 101 | 101001111 | 1000111 | 1010001 |
Color Harmonies of #F1ADC9
Complementary color
Monochromatic Colors of #F1ADC9
Black with #F1ADC9
Text Example
Text Example
White with #F1ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADC9; }
p { color: rgb(241,173,201); }
H1.HeaderClassName
{
color: #F1ADC9;
}
.AnyTagClassName
{
color: #F1ADC9;
}
</style>
background-color css
<style>
a { background-color: #F1ADC9; }
a { background-color: rgb(241,173,201); }
div.DivClassName
{
background-color: #F1ADC9;
}
.BgClassName
{
background-color: #F1ADC9;
}
</style>
border-color css
<style>
span { border-color: #F1ADC9; }
span { border-color: rgb(241,173,201); }
td.TdClassName
{
border-color: #F1ADC9;
}
.TagClassName
{
border-color: #F1ADC9;
}
</style>