Shades of Pale Magenta #F194E6
Tints of Pale Magenta #F194E6
RGB
CMYK
RGB Variations
Color information
#F194E6 (or 0xF194E6) is known color: Pale Magenta. HEX triplet: F1, 94 and E6. RGB value is (241,148,230). Sum of RGB (Red+Green+Blue) = 241+148+230=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F194E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194E6 is #0E6B19. Grayscale: #B8B8B8. Windows color (decimal): -944922 or 15111409. OLE color: 15111409.
HSL color Cylindrical-coordinate representation of color #F194E6: hue angle of 307.1º 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 #F194E6 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 230 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.05 |
| HSL | 307.1º | 0.77% | 0.76% | - |
| HSV(B) | 307.1º | 0.39% | 0.95% | - |
| XYZ | 61.15 | 45.59 | 80.44 | - |
| YUV | 185.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 230 | 0 | 0.39 | 0.05 | 0.05 | 307.1 | 0.77 | 0.76 |
| Hex | F1 | 94 | E6 | 0 | 27 | 5 | 5 | 133 | 4D | 4C |
| Octal | 361 | 224 | 346 | 0 | 47 | 5 | 5 | 463 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11100110 | 0 | 100111 | 101 | 101 | 100110011 | 1001101 | 1001100 |
Color Harmonies of #F194E6
Complementary color
Monochromatic Colors of #F194E6
Black with #F194E6
Text Example
Text Example
White with #F194E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194E6; }
p { color: rgb(241,148,230); }
H1.HeaderClassName
{
color: #F194E6;
}
.AnyTagClassName
{
color: #F194E6;
}
</style>
background-color css
<style>
a { background-color: #F194E6; }
a { background-color: rgb(241,148,230); }
div.DivClassName
{
background-color: #F194E6;
}
.BgClassName
{
background-color: #F194E6;
}
</style>
border-color css
<style>
span { border-color: #F194E6; }
span { border-color: rgb(241,148,230); }
td.TdClassName
{
border-color: #F194E6;
}
.TagClassName
{
border-color: #F194E6;
}
</style>