Shades of Cupid #F6ADC1
Tints of Cupid #F6ADC1
RGB
CMYK
RGB Variations
Color information
#F6ADC1 (or 0xF6ADC1) is known color: Cupid. HEX triplet: F6, AD and C1. RGB value is (246,173,193). Sum of RGB (Red+Green+Blue) = 246+173+193=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADC1 is #09523E. Grayscale: #C5C5C5. Windows color (decimal): -610879 or 12692982. OLE color: 12692982.
HSL color Cylindrical-coordinate representation of color #F6ADC1: hue angle of 343.56º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADC1 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 193 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.04 |
| HSL | 343.56º | 0.8% | 0.82% | - |
| HSV(B) | 343.56º | 0.3% | 0.96% | - |
| XYZ | 62.58 | 53.33 | 57.45 | - |
| YUV | 197.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 193 | 0 | 0.30 | 0.22 | 0.04 | 343.56 | 0.8 | 0.82 |
| Hex | F6 | AD | C1 | 0 | 1E | 16 | 4 | 158 | 50 | 52 |
| Octal | 366 | 255 | 301 | 0 | 36 | 26 | 4 | 530 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11000001 | 0 | 11110 | 10110 | 100 | 101011000 | 1010000 | 1010010 |
Color Harmonies of #F6ADC1
Complementary color
Monochromatic Colors of #F6ADC1
Black with #F6ADC1
Text Example
Text Example
White with #F6ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADC1; }
p { color: rgb(246,173,193); }
H1.HeaderClassName
{
color: #F6ADC1;
}
.AnyTagClassName
{
color: #F6ADC1;
}
</style>
background-color css
<style>
a { background-color: #F6ADC1; }
a { background-color: rgb(246,173,193); }
div.DivClassName
{
background-color: #F6ADC1;
}
.BgClassName
{
background-color: #F6ADC1;
}
</style>
border-color css
<style>
span { border-color: #F6ADC1; }
span { border-color: rgb(246,173,193); }
td.TdClassName
{
border-color: #F6ADC1;
}
.TagClassName
{
border-color: #F6ADC1;
}
</style>