Shades of Pale Magenta #F190E7
Tints of Pale Magenta #F190E7
RGB
CMYK
RGB Variations
Color information
#F190E7 (or 0xF190E7) is known color: Pale Magenta. HEX triplet: F1, 90 and E7. RGB value is (241,144,231). Sum of RGB (Red+Green+Blue) = 241+144+231=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F190E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190E7 is #0E6F18. Grayscale: #B6B6B6. Windows color (decimal): -945945 or 15175921. OLE color: 15175921.
HSL color Cylindrical-coordinate representation of color #F190E7: hue angle of 306.19º 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 #F190E7 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 231 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.05 |
| HSL | 306.19º | 0.78% | 0.75% | - |
| HSV(B) | 306.19º | 0.4% | 0.95% | - |
| XYZ | 60.67 | 44.42 | 80.98 | - |
| YUV | 182.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 231 | 0 | 0.40 | 0.04 | 0.05 | 306.19 | 0.78 | 0.75 |
| Hex | F1 | 90 | E7 | 0 | 28 | 4 | 5 | 132 | 4E | 4B |
| Octal | 361 | 220 | 347 | 0 | 50 | 4 | 5 | 462 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11100111 | 0 | 101000 | 100 | 101 | 100110010 | 1001110 | 1001011 |
Color Harmonies of #F190E7
Complementary color
Monochromatic Colors of #F190E7
Black with #F190E7
Text Example
Text Example
White with #F190E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190E7; }
p { color: rgb(241,144,231); }
H1.HeaderClassName
{
color: #F190E7;
}
.AnyTagClassName
{
color: #F190E7;
}
</style>
background-color css
<style>
a { background-color: #F190E7; }
a { background-color: rgb(241,144,231); }
div.DivClassName
{
background-color: #F190E7;
}
.BgClassName
{
background-color: #F190E7;
}
</style>
border-color css
<style>
span { border-color: #F190E7; }
span { border-color: rgb(241,144,231); }
td.TdClassName
{
border-color: #F190E7;
}
.TagClassName
{
border-color: #F190E7;
}
</style>