Shades of Pale Magenta #F190D7
Tints of Pale Magenta #F190D7
RGB
CMYK
RGB Variations
Color information
#F190D7 (or 0xF190D7) is known color: Pale Magenta. HEX triplet: F1, 90 and D7. RGB value is (241,144,215). Sum of RGB (Red+Green+Blue) = 241+144+215=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F190D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190D7 is #0E6F28. Grayscale: #B4B4B4. Windows color (decimal): -945961 or 14127345. OLE color: 14127345.
HSL color Cylindrical-coordinate representation of color #F190D7: hue angle of 316.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190D7 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 215 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.05 |
| HSL | 316.08º | 0.78% | 0.75% | - |
| HSV(B) | 316.08º | 0.4% | 0.95% | - |
| XYZ | 58.51 | 43.55 | 69.61 | - |
| YUV | 181.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 215 | 0 | 0.40 | 0.11 | 0.05 | 316.08 | 0.78 | 0.75 |
| Hex | F1 | 90 | D7 | 0 | 28 | B | 5 | 13C | 4E | 4B |
| Octal | 361 | 220 | 327 | 0 | 50 | 13 | 5 | 474 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11010111 | 0 | 101000 | 1011 | 101 | 100111100 | 1001110 | 1001011 |
Color Harmonies of #F190D7
Complementary color
Monochromatic Colors of #F190D7
Black with #F190D7
Text Example
Text Example
White with #F190D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190D7; }
p { color: rgb(241,144,215); }
H1.HeaderClassName
{
color: #F190D7;
}
.AnyTagClassName
{
color: #F190D7;
}
</style>
background-color css
<style>
a { background-color: #F190D7; }
a { background-color: rgb(241,144,215); }
div.DivClassName
{
background-color: #F190D7;
}
.BgClassName
{
background-color: #F190D7;
}
</style>
border-color css
<style>
span { border-color: #F190D7; }
span { border-color: rgb(241,144,215); }
td.TdClassName
{
border-color: #F190D7;
}
.TagClassName
{
border-color: #F190D7;
}
</style>