Shades of Pale Magenta #FF74ED
Tints of Pale Magenta #FF74ED
RGB
CMYK
RGB Variations
Color information
#FF74ED (or 0xFF74ED) is known color: Pale Magenta. HEX triplet: FF, 74 and ED. RGB value is (255,116,237). Sum of RGB (Red+Green+Blue) = 255+116+237=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 116 (45.70% from 255 or 19.08% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74ED is #008B12. Grayscale: #ABABAB. Windows color (decimal): -35603 or 15561983. OLE color: 15561983.
HSL color Cylindrical-coordinate representation of color #FF74ED: hue angle of 307.77º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74ED is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 237 | - |
| CMYK | 0 | 0.55 | 0.07 | 0 |
| HSL | 307.77º | 1% | 0.73% | - |
| HSV(B) | 307.77º | 0.55% | 1% | - |
| XYZ | 62.77 | 39.87 | 84.51 | - |
| YUV | 171.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 237 | 0 | 0.55 | 0.07 | 0 | 307.77 | 1 | 0.73 |
| Hex | FF | 74 | ED | 0 | 37 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 164 | 355 | 0 | 67 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11101101 | 0 | 110111 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF74ED
Complementary color
Monochromatic Colors of #FF74ED
Black with #FF74ED
Text Example
Text Example
White with #FF74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74ED; }
p { color: rgb(255,116,237); }
H1.HeaderClassName
{
color: #FF74ED;
}
.AnyTagClassName
{
color: #FF74ED;
}
</style>
background-color css
<style>
a { background-color: #FF74ED; }
a { background-color: rgb(255,116,237); }
div.DivClassName
{
background-color: #FF74ED;
}
.BgClassName
{
background-color: #FF74ED;
}
</style>
border-color css
<style>
span { border-color: #FF74ED; }
span { border-color: rgb(255,116,237); }
td.TdClassName
{
border-color: #FF74ED;
}
.TagClassName
{
border-color: #FF74ED;
}
</style>