Shades of Pale Magenta #FF75EC
Tints of Pale Magenta #FF75EC
RGB
CMYK
RGB Variations
Color information
#FF75EC (or 0xFF75EC) is known color: Pale Magenta. HEX triplet: FF, 75 and EC. RGB value is (255,117,236). Sum of RGB (Red+Green+Blue) = 255+117+236=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75EC is #008A13. Grayscale: #ABABAB. Windows color (decimal): -35348 or 15496703. OLE color: 15496703.
HSL color Cylindrical-coordinate representation of color #FF75EC: hue angle of 308.26º 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 #FF75EC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 236 | - |
| CMYK | 0 | 0.54 | 0.07 | 0 |
| HSL | 308.26º | 1% | 0.73% | - |
| HSV(B) | 308.26º | 0.54% | 1% | - |
| XYZ | 62.74 | 40.04 | 83.78 | - |
| YUV | 171.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 236 | 0 | 0.54 | 0.07 | 0 | 308.26 | 1 | 0.73 |
| Hex | FF | 75 | EC | 0 | 36 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 165 | 354 | 0 | 66 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11101100 | 0 | 110110 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF75EC
Complementary color
Monochromatic Colors of #FF75EC
Black with #FF75EC
Text Example
Text Example
White with #FF75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75EC; }
p { color: rgb(255,117,236); }
H1.HeaderClassName
{
color: #FF75EC;
}
.AnyTagClassName
{
color: #FF75EC;
}
</style>
background-color css
<style>
a { background-color: #FF75EC; }
a { background-color: rgb(255,117,236); }
div.DivClassName
{
background-color: #FF75EC;
}
.BgClassName
{
background-color: #FF75EC;
}
</style>
border-color css
<style>
span { border-color: #FF75EC; }
span { border-color: rgb(255,117,236); }
td.TdClassName
{
border-color: #FF75EC;
}
.TagClassName
{
border-color: #FF75EC;
}
</style>