Shades of Cupid #F2ADC0
Tints of Cupid #F2ADC0
RGB
CMYK
RGB Variations
Color information
#F2ADC0 (or 0xF2ADC0) is known color: Cupid. HEX triplet: F2, AD and C0. RGB value is (242,173,192). Sum of RGB (Red+Green+Blue) = 242+173+192=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADC0 is #0D523F. Grayscale: #C3C3C3. Windows color (decimal): -873024 or 12627442. OLE color: 12627442.
HSL color Cylindrical-coordinate representation of color #F2ADC0: hue angle of 343.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADC0 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 192 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 343.48º | 0.73% | 0.81% | - |
| HSV(B) | 343.48º | 0.29% | 0.95% | - |
| XYZ | 61.08 | 52.57 | 56.8 | - |
| YUV | 195.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 192 | 0 | 0.29 | 0.21 | 0.05 | 343.48 | 0.73 | 0.81 |
| Hex | F2 | AD | C0 | 0 | 1D | 15 | 5 | 157 | 49 | 51 |
| Octal | 362 | 255 | 300 | 0 | 35 | 25 | 5 | 527 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11000000 | 0 | 11101 | 10101 | 101 | 101010111 | 1001001 | 1010001 |
Color Harmonies of #F2ADC0
Complementary color
Monochromatic Colors of #F2ADC0
Black with #F2ADC0
Text Example
Text Example
White with #F2ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADC0; }
p { color: rgb(242,173,192); }
H1.HeaderClassName
{
color: #F2ADC0;
}
.AnyTagClassName
{
color: #F2ADC0;
}
</style>
background-color css
<style>
a { background-color: #F2ADC0; }
a { background-color: rgb(242,173,192); }
div.DivClassName
{
background-color: #F2ADC0;
}
.BgClassName
{
background-color: #F2ADC0;
}
</style>
border-color css
<style>
span { border-color: #F2ADC0; }
span { border-color: rgb(242,173,192); }
td.TdClassName
{
border-color: #F2ADC0;
}
.TagClassName
{
border-color: #F2ADC0;
}
</style>