Shades of Pale Magenta #F593E6
Tints of Pale Magenta #F593E6
RGB
CMYK
RGB Variations
Color information
#F593E6 (or 0xF593E6) is known color: Pale Magenta. HEX triplet: F5, 93 and E6. RGB value is (245,147,230). Sum of RGB (Red+Green+Blue) = 245+147+230=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F593E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593E6 is #0A6C19. Grayscale: #B9B9B9. Windows color (decimal): -683034 or 15111157. OLE color: 15111157.
HSL color Cylindrical-coordinate representation of color #F593E6: hue angle of 309.18º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593E6 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 230 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.04 |
| HSL | 309.18º | 0.83% | 0.77% | - |
| HSV(B) | 309.18º | 0.4% | 0.96% | - |
| XYZ | 62.37 | 45.99 | 80.45 | - |
| YUV | 185.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 230 | 0 | 0.4 | 0.06 | 0.04 | 309.18 | 0.83 | 0.77 |
| Hex | F5 | 93 | E6 | 0 | 28 | 6 | 4 | 135 | 53 | 4D |
| Octal | 365 | 223 | 346 | 0 | 50 | 6 | 4 | 465 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11100110 | 0 | 101000 | 110 | 100 | 100110101 | 1010011 | 1001101 |
Color Harmonies of #F593E6
Complementary color
Monochromatic Colors of #F593E6
Black with #F593E6
Text Example
Text Example
White with #F593E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593E6; }
p { color: rgb(245,147,230); }
H1.HeaderClassName
{
color: #F593E6;
}
.AnyTagClassName
{
color: #F593E6;
}
</style>
background-color css
<style>
a { background-color: #F593E6; }
a { background-color: rgb(245,147,230); }
div.DivClassName
{
background-color: #F593E6;
}
.BgClassName
{
background-color: #F593E6;
}
</style>
border-color css
<style>
span { border-color: #F593E6; }
span { border-color: rgb(245,147,230); }
td.TdClassName
{
border-color: #F593E6;
}
.TagClassName
{
border-color: #F593E6;
}
</style>