Shades of Pale Magenta #F193E7
Tints of Pale Magenta #F193E7
RGB
CMYK
RGB Variations
Color information
#F193E7 (or 0xF193E7) is known color: Pale Magenta. HEX triplet: F1, 93 and E7. RGB value is (241,147,231). Sum of RGB (Red+Green+Blue) = 241+147+231=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193E7 is #0E6C18. Grayscale: #B8B8B8. Windows color (decimal): -945177 or 15176689. OLE color: 15176689.
HSL color Cylindrical-coordinate representation of color #F193E7: hue angle of 306.38º 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 #F193E7 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 231 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.05 |
| HSL | 306.38º | 0.77% | 0.76% | - |
| HSV(B) | 306.38º | 0.39% | 0.95% | - |
| XYZ | 61.13 | 45.34 | 81.13 | - |
| YUV | 184.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 231 | 0 | 0.39 | 0.04 | 0.05 | 306.38 | 0.77 | 0.76 |
| Hex | F1 | 93 | E7 | 0 | 27 | 4 | 5 | 132 | 4D | 4C |
| Octal | 361 | 223 | 347 | 0 | 47 | 4 | 5 | 462 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11100111 | 0 | 100111 | 100 | 101 | 100110010 | 1001101 | 1001100 |
Color Harmonies of #F193E7
Complementary color
Monochromatic Colors of #F193E7
Black with #F193E7
Text Example
Text Example
White with #F193E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193E7; }
p { color: rgb(241,147,231); }
H1.HeaderClassName
{
color: #F193E7;
}
.AnyTagClassName
{
color: #F193E7;
}
</style>
background-color css
<style>
a { background-color: #F193E7; }
a { background-color: rgb(241,147,231); }
div.DivClassName
{
background-color: #F193E7;
}
.BgClassName
{
background-color: #F193E7;
}
</style>
border-color css
<style>
span { border-color: #F193E7; }
span { border-color: rgb(241,147,231); }
td.TdClassName
{
border-color: #F193E7;
}
.TagClassName
{
border-color: #F193E7;
}
</style>