Shades of Cupid #F7ADC0
Tints of Cupid #F7ADC0
RGB
CMYK
RGB Variations
Color information
#F7ADC0 (or 0xF7ADC0) is known color: Cupid. HEX triplet: F7, AD and C0. RGB value is (247,173,192). Sum of RGB (Red+Green+Blue) = 247+173+192=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC0 is #08523F. Grayscale: #C5C5C5. Windows color (decimal): -545344 or 12627447. OLE color: 12627447.
HSL color Cylindrical-coordinate representation of color #F7ADC0: hue angle of 344.59º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADC0 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 192 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.03 |
| HSL | 344.59º | 0.82% | 0.82% | - |
| HSV(B) | 344.59º | 0.3% | 0.97% | - |
| XYZ | 62.82 | 53.47 | 56.88 | - |
| YUV | 197.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 192 | 0 | 0.30 | 0.22 | 0.03 | 344.59 | 0.82 | 0.82 |
| Hex | F7 | AD | C0 | 0 | 1E | 16 | 3 | 159 | 52 | 52 |
| Octal | 367 | 255 | 300 | 0 | 36 | 26 | 3 | 531 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11000000 | 0 | 11110 | 10110 | 11 | 101011001 | 1010010 | 1010010 |
Color Harmonies of #F7ADC0
Complementary color
Monochromatic Colors of #F7ADC0
Black with #F7ADC0
Text Example
Text Example
White with #F7ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADC0; }
p { color: rgb(247,173,192); }
H1.HeaderClassName
{
color: #F7ADC0;
}
.AnyTagClassName
{
color: #F7ADC0;
}
</style>
background-color css
<style>
a { background-color: #F7ADC0; }
a { background-color: rgb(247,173,192); }
div.DivClassName
{
background-color: #F7ADC0;
}
.BgClassName
{
background-color: #F7ADC0;
}
</style>
border-color css
<style>
span { border-color: #F7ADC0; }
span { border-color: rgb(247,173,192); }
td.TdClassName
{
border-color: #F7ADC0;
}
.TagClassName
{
border-color: #F7ADC0;
}
</style>