Shades of Pale Magenta #FF75ED
Tints of Pale Magenta #FF75ED
RGB
CMYK
RGB Variations
Color information
#FF75ED (or 0xFF75ED) is known color: Pale Magenta. HEX triplet: FF, 75 and ED. RGB value is (255,117,237). Sum of RGB (Red+Green+Blue) = 255+117+237=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 117 (46.09% from 255 or 19.21% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75ED is #008A12. Grayscale: #ABABAB. Windows color (decimal): -35347 or 15562239. OLE color: 15562239.
HSL color Cylindrical-coordinate representation of color #FF75ED: hue angle of 307.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75ED is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 237 | - |
| CMYK | 0 | 0.54 | 0.07 | 0 |
| HSL | 307.83º | 1% | 0.73% | - |
| HSV(B) | 307.83º | 0.54% | 1% | - |
| XYZ | 62.89 | 40.1 | 84.55 | - |
| YUV | 171.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 237 | 0 | 0.54 | 0.07 | 0 | 307.83 | 1 | 0.73 |
| Hex | FF | 75 | ED | 0 | 36 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 165 | 355 | 0 | 66 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11101101 | 0 | 110110 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF75ED
Complementary color
Monochromatic Colors of #FF75ED
Black with #FF75ED
Text Example
Text Example
White with #FF75ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75ED; }
p { color: rgb(255,117,237); }
H1.HeaderClassName
{
color: #FF75ED;
}
.AnyTagClassName
{
color: #FF75ED;
}
</style>
background-color css
<style>
a { background-color: #FF75ED; }
a { background-color: rgb(255,117,237); }
div.DivClassName
{
background-color: #FF75ED;
}
.BgClassName
{
background-color: #FF75ED;
}
</style>
border-color css
<style>
span { border-color: #FF75ED; }
span { border-color: rgb(255,117,237); }
td.TdClassName
{
border-color: #FF75ED;
}
.TagClassName
{
border-color: #FF75ED;
}
</style>