Shades of Pale Magenta #F192E2
Tints of Pale Magenta #F192E2
RGB
CMYK
RGB Variations
Color information
#F192E2 (or 0xF192E2) is known color: Pale Magenta. HEX triplet: F1, 92 and E2. RGB value is (241,146,226). Sum of RGB (Red+Green+Blue) = 241+146+226=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F192E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192E2 is #0E6D1D. Grayscale: #B7B7B7. Windows color (decimal): -945438 or 14848753. OLE color: 14848753.
HSL color Cylindrical-coordinate representation of color #F192E2: hue angle of 309.47º 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 #F192E2 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 226 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.05 |
| HSL | 309.47º | 0.77% | 0.76% | - |
| HSV(B) | 309.47º | 0.39% | 0.95% | - |
| XYZ | 60.28 | 44.75 | 77.41 | - |
| YUV | 183.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 226 | 0 | 0.39 | 0.06 | 0.05 | 309.47 | 0.77 | 0.76 |
| Hex | F1 | 92 | E2 | 0 | 27 | 6 | 5 | 135 | 4D | 4C |
| Octal | 361 | 222 | 342 | 0 | 47 | 6 | 5 | 465 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11100010 | 0 | 100111 | 110 | 101 | 100110101 | 1001101 | 1001100 |
Color Harmonies of #F192E2
Complementary color
Monochromatic Colors of #F192E2
Black with #F192E2
Text Example
Text Example
White with #F192E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192E2; }
p { color: rgb(241,146,226); }
H1.HeaderClassName
{
color: #F192E2;
}
.AnyTagClassName
{
color: #F192E2;
}
</style>
background-color css
<style>
a { background-color: #F192E2; }
a { background-color: rgb(241,146,226); }
div.DivClassName
{
background-color: #F192E2;
}
.BgClassName
{
background-color: #F192E2;
}
</style>
border-color css
<style>
span { border-color: #F192E2; }
span { border-color: rgb(241,146,226); }
td.TdClassName
{
border-color: #F192E2;
}
.TagClassName
{
border-color: #F192E2;
}
</style>