Shades of Pale Magenta #FF80ED
Tints of Pale Magenta #FF80ED
RGB
CMYK
RGB Variations
Color information
#FF80ED (or 0xFF80ED) is known color: Pale Magenta. HEX triplet: FF, 80 and ED. RGB value is (255,128,237). Sum of RGB (Red+Green+Blue) = 255+128+237=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80ED is #007F12. Grayscale: #B2B2B2. Windows color (decimal): -32531 or 15565055. OLE color: 15565055.
HSL color Cylindrical-coordinate representation of color #FF80ED: hue angle of 308.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80ED is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 128 | 237 | - |
CMYK | 0 | 0.50 | 0.07 | 0 |
HSL | 308.5º | 1% | 0.75% | - |
HSV(B) | 308.5º | 0.5% | 1% | - |
XYZ | 64.25 | 42.81 | 85 | - |
YUV | 178.4 | 161.08 | 182.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 128 | 237 | 0 | 0.50 | 0.07 | 0 | 308.5 | 1 | 0.75 |
Hex | FF | 80 | ED | 0 | 32 | 7 | 0 | 135 | 64 | 4B |
Octal | 377 | 200 | 355 | 0 | 62 | 7 | 0 | 465 | 144 | 113 |
Binary | 11111111 | 10000000 | 11101101 | 0 | 110010 | 111 | 0 | 100110101 | 1100100 | 1001011 |
Color Harmonies of #FF80ED
Complementary color
Monochromatic Colors of #FF80ED
Black with #FF80ED
Text Example
Text Example
White with #FF80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80ED; }
p { color: rgb(255,128,237); }
H1.HeaderClassName
{
color: #FF80ED;
}
.AnyTagClassName
{
color: #FF80ED;
}
</style>
background-color css
<style>
a { background-color: #FF80ED; }
a { background-color: rgb(255,128,237); }
div.DivClassName
{
background-color: #FF80ED;
}
.BgClassName
{
background-color: #FF80ED;
}
</style>
border-color css
<style>
span { border-color: #FF80ED; }
span { border-color: rgb(255,128,237); }
td.TdClassName
{
border-color: #FF80ED;
}
.TagClassName
{
border-color: #FF80ED;
}
</style>