Shades of Cupid #F7ADC5
Tints of Cupid #F7ADC5
RGB
CMYK
RGB Variations
Color information
#F7ADC5 (or 0xF7ADC5) is known color: Cupid. HEX triplet: F7, AD and C5. RGB value is (247,173,197). Sum of RGB (Red+Green+Blue) = 247+173+197=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC5 is #08523A. Grayscale: #C5C5C5. Windows color (decimal): -545339 or 12955127. OLE color: 12955127.
HSL color Cylindrical-coordinate representation of color #F7ADC5: hue angle of 340.54º 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 #F7ADC5 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 197 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.03 |
| HSL | 340.54º | 0.82% | 0.82% | - |
| HSV(B) | 340.54º | 0.3% | 0.97% | - |
| XYZ | 63.38 | 53.69 | 59.85 | - |
| YUV | 197.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 197 | 0 | 0.30 | 0.20 | 0.03 | 340.54 | 0.82 | 0.82 |
| Hex | F7 | AD | C5 | 0 | 1E | 14 | 3 | 155 | 52 | 52 |
| Octal | 367 | 255 | 305 | 0 | 36 | 24 | 3 | 525 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11000101 | 0 | 11110 | 10100 | 11 | 101010101 | 1010010 | 1010010 |
Color Harmonies of #F7ADC5
Complementary color
Monochromatic Colors of #F7ADC5
Black with #F7ADC5
Text Example
Text Example
White with #F7ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADC5; }
p { color: rgb(247,173,197); }
H1.HeaderClassName
{
color: #F7ADC5;
}
.AnyTagClassName
{
color: #F7ADC5;
}
</style>
background-color css
<style>
a { background-color: #F7ADC5; }
a { background-color: rgb(247,173,197); }
div.DivClassName
{
background-color: #F7ADC5;
}
.BgClassName
{
background-color: #F7ADC5;
}
</style>
border-color css
<style>
span { border-color: #F7ADC5; }
span { border-color: rgb(247,173,197); }
td.TdClassName
{
border-color: #F7ADC5;
}
.TagClassName
{
border-color: #F7ADC5;
}
</style>