Shades of Pale Magenta #F193E3
Tints of Pale Magenta #F193E3
RGB
CMYK
RGB Variations
Color information
#F193E3 (or 0xF193E3) is known color: Pale Magenta. HEX triplet: F1, 93 and E3. RGB value is (241,147,227). Sum of RGB (Red+Green+Blue) = 241+147+227=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F193E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193E3 is #0E6C1C. Grayscale: #B7B7B7. Windows color (decimal): -945181 or 14914545. OLE color: 14914545.
HSL color Cylindrical-coordinate representation of color #F193E3: hue angle of 308.94º 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 #F193E3 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 147 | 227 | - |
CMYK | 0 | 0.39 | 0.06 | 0.05 |
HSL | 308.94º | 0.77% | 0.76% | - |
HSV(B) | 308.94º | 0.39% | 0.95% | - |
XYZ | 60.57 | 45.11 | 78.19 | - |
YUV | 184.23 | 152.14 | 168.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 147 | 227 | 0 | 0.39 | 0.06 | 0.05 | 308.94 | 0.77 | 0.76 |
Hex | F1 | 93 | E3 | 0 | 27 | 6 | 5 | 135 | 4D | 4C |
Octal | 361 | 223 | 343 | 0 | 47 | 6 | 5 | 465 | 115 | 114 |
Binary | 11110001 | 10010011 | 11100011 | 0 | 100111 | 110 | 101 | 100110101 | 1001101 | 1001100 |
Color Harmonies of #F193E3
Complementary color
Monochromatic Colors of #F193E3
Black with #F193E3
Text Example
Text Example
White with #F193E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193E3; }
p { color: rgb(241,147,227); }
H1.HeaderClassName
{
color: #F193E3;
}
.AnyTagClassName
{
color: #F193E3;
}
</style>
background-color css
<style>
a { background-color: #F193E3; }
a { background-color: rgb(241,147,227); }
div.DivClassName
{
background-color: #F193E3;
}
.BgClassName
{
background-color: #F193E3;
}
</style>
border-color css
<style>
span { border-color: #F193E3; }
span { border-color: rgb(241,147,227); }
td.TdClassName
{
border-color: #F193E3;
}
.TagClassName
{
border-color: #F193E3;
}
</style>