Shades of Pale Magenta #F193E8
Tints of Pale Magenta #F193E8
RGB
CMYK
RGB Variations
Color information
#F193E8 (or 0xF193E8) is known color: Pale Magenta. HEX triplet: F1, 93 and E8. RGB value is (241,147,232). Sum of RGB (Red+Green+Blue) = 241+147+232=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193E8 is #0E6C17. Grayscale: #B8B8B8. Windows color (decimal): -945176 or 15242225. OLE color: 15242225.
HSL color Cylindrical-coordinate representation of color #F193E8: hue angle of 305.74º 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 #F193E8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 232 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.05 |
| HSL | 305.74º | 0.77% | 0.76% | - |
| HSV(B) | 305.74º | 0.39% | 0.95% | - |
| XYZ | 61.27 | 45.39 | 81.88 | - |
| YUV | 184.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 232 | 0 | 0.39 | 0.04 | 0.05 | 305.74 | 0.77 | 0.76 |
| Hex | F1 | 93 | E8 | 0 | 27 | 4 | 5 | 132 | 4D | 4C |
| Octal | 361 | 223 | 350 | 0 | 47 | 4 | 5 | 462 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11101000 | 0 | 100111 | 100 | 101 | 100110010 | 1001101 | 1001100 |
Color Harmonies of #F193E8
Complementary color
Monochromatic Colors of #F193E8
Black with #F193E8
Text Example
Text Example
White with #F193E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193E8; }
p { color: rgb(241,147,232); }
H1.HeaderClassName
{
color: #F193E8;
}
.AnyTagClassName
{
color: #F193E8;
}
</style>
background-color css
<style>
a { background-color: #F193E8; }
a { background-color: rgb(241,147,232); }
div.DivClassName
{
background-color: #F193E8;
}
.BgClassName
{
background-color: #F193E8;
}
</style>
border-color css
<style>
span { border-color: #F193E8; }
span { border-color: rgb(241,147,232); }
td.TdClassName
{
border-color: #F193E8;
}
.TagClassName
{
border-color: #F193E8;
}
</style>