Shades of Pale Magenta #F195E7
Tints of Pale Magenta #F195E7
RGB
CMYK
RGB Variations
Color information
#F195E7 (or 0xF195E7) is known color: Pale Magenta. HEX triplet: F1, 95 and E7. RGB value is (241,149,231). Sum of RGB (Red+Green+Blue) = 241+149+231=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F195E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195E7 is #0E6A18. Grayscale: #B9B9B9. Windows color (decimal): -944665 or 15177201. OLE color: 15177201.
HSL color Cylindrical-coordinate representation of color #F195E7: hue angle of 306.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195E7 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 231 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.05 |
| HSL | 306.52º | 0.77% | 0.76% | - |
| HSV(B) | 306.52º | 0.38% | 0.95% | - |
| XYZ | 61.45 | 45.97 | 81.23 | - |
| YUV | 185.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 231 | 0 | 0.38 | 0.04 | 0.05 | 306.52 | 0.77 | 0.76 |
| Hex | F1 | 95 | E7 | 0 | 26 | 4 | 5 | 133 | 4D | 4C |
| Octal | 361 | 225 | 347 | 0 | 46 | 4 | 5 | 463 | 115 | 114 |
| Binary | 11110001 | 10010101 | 11100111 | 0 | 100110 | 100 | 101 | 100110011 | 1001101 | 1001100 |
Color Harmonies of #F195E7
Complementary color
Monochromatic Colors of #F195E7
Black with #F195E7
Text Example
Text Example
White with #F195E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195E7; }
p { color: rgb(241,149,231); }
H1.HeaderClassName
{
color: #F195E7;
}
.AnyTagClassName
{
color: #F195E7;
}
</style>
background-color css
<style>
a { background-color: #F195E7; }
a { background-color: rgb(241,149,231); }
div.DivClassName
{
background-color: #F195E7;
}
.BgClassName
{
background-color: #F195E7;
}
</style>
border-color css
<style>
span { border-color: #F195E7; }
span { border-color: rgb(241,149,231); }
td.TdClassName
{
border-color: #F195E7;
}
.TagClassName
{
border-color: #F195E7;
}
</style>