Shades of Cupid #F7ADC4
Tints of Cupid #F7ADC4
RGB
CMYK
RGB Variations
Color information
#F7ADC4 (or 0xF7ADC4) is known color: Cupid. HEX triplet: F7, AD and C4. RGB value is (247,173,196). Sum of RGB (Red+Green+Blue) = 247+173+196=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC4 is #08523B. Grayscale: #C5C5C5. Windows color (decimal): -545340 or 12889591. OLE color: 12889591.
HSL color Cylindrical-coordinate representation of color #F7ADC4: hue angle of 341.35º 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 #F7ADC4 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 196 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.03 |
| HSL | 341.35º | 0.82% | 0.82% | - |
| HSV(B) | 341.35º | 0.3% | 0.97% | - |
| XYZ | 63.27 | 53.65 | 59.24 | - |
| YUV | 197.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 196 | 0 | 0.30 | 0.21 | 0.03 | 341.35 | 0.82 | 0.82 |
| Hex | F7 | AD | C4 | 0 | 1E | 15 | 3 | 155 | 52 | 52 |
| Octal | 367 | 255 | 304 | 0 | 36 | 25 | 3 | 525 | 122 | 122 |
| Binary | 11110111 | 10101101 | 11000100 | 0 | 11110 | 10101 | 11 | 101010101 | 1010010 | 1010010 |
Color Harmonies of #F7ADC4
Complementary color
Monochromatic Colors of #F7ADC4
Black with #F7ADC4
Text Example
Text Example
White with #F7ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADC4; }
p { color: rgb(247,173,196); }
H1.HeaderClassName
{
color: #F7ADC4;
}
.AnyTagClassName
{
color: #F7ADC4;
}
</style>
background-color css
<style>
a { background-color: #F7ADC4; }
a { background-color: rgb(247,173,196); }
div.DivClassName
{
background-color: #F7ADC4;
}
.BgClassName
{
background-color: #F7ADC4;
}
</style>
border-color css
<style>
span { border-color: #F7ADC4; }
span { border-color: rgb(247,173,196); }
td.TdClassName
{
border-color: #F7ADC4;
}
.TagClassName
{
border-color: #F7ADC4;
}
</style>