Shades of Pale Magenta #FF75E5
Tints of Pale Magenta #FF75E5
RGB
CMYK
RGB Variations
Color information
#FF75E5 (or 0xFF75E5) is known color: Pale Magenta. HEX triplet: FF, 75 and E5. RGB value is (255,117,229). Sum of RGB (Red+Green+Blue) = 255+117+229=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 117 (46.09% from 255 or 19.47% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75E5 is #008A1A. Grayscale: #AAAAAA. Windows color (decimal): -35355 or 15037951. OLE color: 15037951.
HSL color Cylindrical-coordinate representation of color #FF75E5: hue angle of 311.3º 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 #FF75E5 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 229 | - |
| CMYK | 0 | 0.54 | 0.10 | 0 |
| HSL | 311.3º | 1% | 0.73% | - |
| HSV(B) | 311.3º | 0.54% | 1% | - |
| XYZ | 61.74 | 39.64 | 78.53 | - |
| YUV | 171.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 229 | 0 | 0.54 | 0.10 | 0 | 311.3 | 1 | 0.73 |
| Hex | FF | 75 | E5 | 0 | 36 | A | 0 | 137 | 64 | 49 |
| Octal | 377 | 165 | 345 | 0 | 66 | 12 | 0 | 467 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11100101 | 0 | 110110 | 1010 | 0 | 100110111 | 1100100 | 1001001 |
Color Harmonies of #FF75E5
Complementary color
Monochromatic Colors of #FF75E5
Black with #FF75E5
Text Example
Text Example
White with #FF75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75E5; }
p { color: rgb(255,117,229); }
H1.HeaderClassName
{
color: #FF75E5;
}
.AnyTagClassName
{
color: #FF75E5;
}
</style>
background-color css
<style>
a { background-color: #FF75E5; }
a { background-color: rgb(255,117,229); }
div.DivClassName
{
background-color: #FF75E5;
}
.BgClassName
{
background-color: #FF75E5;
}
</style>
border-color css
<style>
span { border-color: #FF75E5; }
span { border-color: rgb(255,117,229); }
td.TdClassName
{
border-color: #FF75E5;
}
.TagClassName
{
border-color: #FF75E5;
}
</style>