Shades of Pale Magenta #F596ED
Tints of Pale Magenta #F596ED
RGB
CMYK
RGB Variations
Color information
#F596ED (or 0xF596ED) is known color: Pale Magenta. HEX triplet: F5, 96 and ED. RGB value is (245,150,237). Sum of RGB (Red+Green+Blue) = 245+150+237=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F596ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596ED is #0A6912. Grayscale: #BCBCBC. Windows color (decimal): -682259 or 15570677. OLE color: 15570677.
HSL color Cylindrical-coordinate representation of color #F596ED: hue angle of 305.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596ED is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 237 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.04 |
| HSL | 305.05º | 0.83% | 0.77% | - |
| HSV(B) | 305.05º | 0.39% | 0.96% | - |
| XYZ | 63.85 | 47.34 | 85.89 | - |
| YUV | 188.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 237 | 0 | 0.39 | 0.03 | 0.04 | 305.05 | 0.83 | 0.77 |
| Hex | F5 | 96 | ED | 0 | 27 | 3 | 4 | 131 | 53 | 4D |
| Octal | 365 | 226 | 355 | 0 | 47 | 3 | 4 | 461 | 123 | 115 |
| Binary | 11110101 | 10010110 | 11101101 | 0 | 100111 | 11 | 100 | 100110001 | 1010011 | 1001101 |
Color Harmonies of #F596ED
Complementary color
Monochromatic Colors of #F596ED
Black with #F596ED
Text Example
Text Example
White with #F596ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596ED; }
p { color: rgb(245,150,237); }
H1.HeaderClassName
{
color: #F596ED;
}
.AnyTagClassName
{
color: #F596ED;
}
</style>
background-color css
<style>
a { background-color: #F596ED; }
a { background-color: rgb(245,150,237); }
div.DivClassName
{
background-color: #F596ED;
}
.BgClassName
{
background-color: #F596ED;
}
</style>
border-color css
<style>
span { border-color: #F596ED; }
span { border-color: rgb(245,150,237); }
td.TdClassName
{
border-color: #F596ED;
}
.TagClassName
{
border-color: #F596ED;
}
</style>