Shades of Pale Magenta #F194E7
Tints of Pale Magenta #F194E7
RGB
CMYK
RGB Variations
Color information
#F194E7 (or 0xF194E7) is known color: Pale Magenta. HEX triplet: F1, 94 and E7. RGB value is (241,148,231). Sum of RGB (Red+Green+Blue) = 241+148+231=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F194E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194E7 is #0E6B18. Grayscale: #B9B9B9. Windows color (decimal): -944921 or 15176945. OLE color: 15176945.
HSL color Cylindrical-coordinate representation of color #F194E7: hue angle of 306.45º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194E7 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 231 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.05 |
| HSL | 306.45º | 0.77% | 0.76% | - |
| HSV(B) | 306.45º | 0.39% | 0.95% | - |
| XYZ | 61.29 | 45.65 | 81.18 | - |
| YUV | 185.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 231 | 0 | 0.39 | 0.04 | 0.05 | 306.45 | 0.77 | 0.76 |
| Hex | F1 | 94 | E7 | 0 | 27 | 4 | 5 | 132 | 4D | 4C |
| Octal | 361 | 224 | 347 | 0 | 47 | 4 | 5 | 462 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11100111 | 0 | 100111 | 100 | 101 | 100110010 | 1001101 | 1001100 |
Color Harmonies of #F194E7
Complementary color
Monochromatic Colors of #F194E7
Black with #F194E7
Text Example
Text Example
White with #F194E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194E7; }
p { color: rgb(241,148,231); }
H1.HeaderClassName
{
color: #F194E7;
}
.AnyTagClassName
{
color: #F194E7;
}
</style>
background-color css
<style>
a { background-color: #F194E7; }
a { background-color: rgb(241,148,231); }
div.DivClassName
{
background-color: #F194E7;
}
.BgClassName
{
background-color: #F194E7;
}
</style>
border-color css
<style>
span { border-color: #F194E7; }
span { border-color: rgb(241,148,231); }
td.TdClassName
{
border-color: #F194E7;
}
.TagClassName
{
border-color: #F194E7;
}
</style>