Shades of Cupid #F0ADC1
Tints of Cupid #F0ADC1
RGB
CMYK
RGB Variations
Color information
#F0ADC1 (or 0xF0ADC1) is known color: Cupid. HEX triplet: F0, AD and C1. RGB value is (240,173,193). Sum of RGB (Red+Green+Blue) = 240+173+193=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADC1 is #0F523E. Grayscale: #C3C3C3. Windows color (decimal): -1004095 or 12692976. OLE color: 12692976.
HSL color Cylindrical-coordinate representation of color #F0ADC1: hue angle of 342.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADC1 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 193 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.06 |
| HSL | 342.09º | 0.69% | 0.81% | - |
| HSV(B) | 342.09º | 0.28% | 0.94% | - |
| XYZ | 60.5 | 52.26 | 57.35 | - |
| YUV | 195.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 193 | 0 | 0.28 | 0.20 | 0.06 | 342.09 | 0.69 | 0.81 |
| Hex | F0 | AD | C1 | 0 | 1C | 14 | 6 | 156 | 45 | 51 |
| Octal | 360 | 255 | 301 | 0 | 34 | 24 | 6 | 526 | 105 | 121 |
| Binary | 11110000 | 10101101 | 11000001 | 0 | 11100 | 10100 | 110 | 101010110 | 1000101 | 1010001 |
Color Harmonies of #F0ADC1
Complementary color
Monochromatic Colors of #F0ADC1
Black with #F0ADC1
Text Example
Text Example
White with #F0ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADC1; }
p { color: rgb(240,173,193); }
H1.HeaderClassName
{
color: #F0ADC1;
}
.AnyTagClassName
{
color: #F0ADC1;
}
</style>
background-color css
<style>
a { background-color: #F0ADC1; }
a { background-color: rgb(240,173,193); }
div.DivClassName
{
background-color: #F0ADC1;
}
.BgClassName
{
background-color: #F0ADC1;
}
</style>
border-color css
<style>
span { border-color: #F0ADC1; }
span { border-color: rgb(240,173,193); }
td.TdClassName
{
border-color: #F0ADC1;
}
.TagClassName
{
border-color: #F0ADC1;
}
</style>