Shades of Pale Magenta #F595ED
Tints of Pale Magenta #F595ED
RGB
CMYK
RGB Variations
Color information
#F595ED (or 0xF595ED) is known color: Pale Magenta. HEX triplet: F5, 95 and ED. RGB value is (245,149,237). Sum of RGB (Red+Green+Blue) = 245+149+237=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F595ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595ED is #0A6A12. Grayscale: #BBBBBB. Windows color (decimal): -682515 or 15570421. OLE color: 15570421.
HSL color Cylindrical-coordinate representation of color #F595ED: hue angle of 305º 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 #F595ED is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 237 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.04 |
| HSL | 305º | 0.83% | 0.77% | - |
| HSV(B) | 305º | 0.39% | 0.96% | - |
| XYZ | 63.69 | 47.02 | 85.84 | - |
| YUV | 187.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 237 | 0 | 0.39 | 0.03 | 0.04 | 305 | 0.83 | 0.77 |
| Hex | F5 | 95 | ED | 0 | 27 | 3 | 4 | 131 | 53 | 4D |
| Octal | 365 | 225 | 355 | 0 | 47 | 3 | 4 | 461 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11101101 | 0 | 100111 | 11 | 100 | 100110001 | 1010011 | 1001101 |
Color Harmonies of #F595ED
Complementary color
Monochromatic Colors of #F595ED
Black with #F595ED
Text Example
Text Example
White with #F595ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595ED; }
p { color: rgb(245,149,237); }
H1.HeaderClassName
{
color: #F595ED;
}
.AnyTagClassName
{
color: #F595ED;
}
</style>
background-color css
<style>
a { background-color: #F595ED; }
a { background-color: rgb(245,149,237); }
div.DivClassName
{
background-color: #F595ED;
}
.BgClassName
{
background-color: #F595ED;
}
</style>
border-color css
<style>
span { border-color: #F595ED; }
span { border-color: rgb(245,149,237); }
td.TdClassName
{
border-color: #F595ED;
}
.TagClassName
{
border-color: #F595ED;
}
</style>