Shades of Pale Magenta #FF75E7
Tints of Pale Magenta #FF75E7
RGB
CMYK
RGB Variations
Color information
#FF75E7 (or 0xFF75E7) is known color: Pale Magenta. HEX triplet: FF, 75 and E7. RGB value is (255,117,231). Sum of RGB (Red+Green+Blue) = 255+117+231=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75E7 is #008A18. Grayscale: #AAAAAA. Windows color (decimal): -35353 or 15169023. OLE color: 15169023.
HSL color Cylindrical-coordinate representation of color #FF75E7: hue angle of 310.43º 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 #FF75E7 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 231 | - |
| CMYK | 0 | 0.54 | 0.09 | 0 |
| HSL | 310.43º | 1% | 0.73% | - |
| HSV(B) | 310.43º | 0.54% | 1% | - |
| XYZ | 62.03 | 39.75 | 80.01 | - |
| YUV | 171.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 231 | 0 | 0.54 | 0.09 | 0 | 310.43 | 1 | 0.73 |
| Hex | FF | 75 | E7 | 0 | 36 | 9 | 0 | 136 | 64 | 49 |
| Octal | 377 | 165 | 347 | 0 | 66 | 11 | 0 | 466 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11100111 | 0 | 110110 | 1001 | 0 | 100110110 | 1100100 | 1001001 |
Color Harmonies of #FF75E7
Complementary color
Monochromatic Colors of #FF75E7
Black with #FF75E7
Text Example
Text Example
White with #FF75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75E7; }
p { color: rgb(255,117,231); }
H1.HeaderClassName
{
color: #FF75E7;
}
.AnyTagClassName
{
color: #FF75E7;
}
</style>
background-color css
<style>
a { background-color: #FF75E7; }
a { background-color: rgb(255,117,231); }
div.DivClassName
{
background-color: #FF75E7;
}
.BgClassName
{
background-color: #FF75E7;
}
</style>
border-color css
<style>
span { border-color: #FF75E7; }
span { border-color: rgb(255,117,231); }
td.TdClassName
{
border-color: #FF75E7;
}
.TagClassName
{
border-color: #FF75E7;
}
</style>