Shades of Pale Magenta #FF80F0
Tints of Pale Magenta #FF80F0
RGB
CMYK
RGB Variations
Color information
#FF80F0 (or 0xFF80F0) is known color: Pale Magenta. HEX triplet: FF, 80 and F0. RGB value is (255,128,240). Sum of RGB (Red+Green+Blue) = 255+128+240=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F0 is #007F0F. Grayscale: #B2B2B2. Windows color (decimal): -32528 or 15761663. OLE color: 15761663.
HSL color Cylindrical-coordinate representation of color #FF80F0: hue angle of 307.09º 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 #FF80F0 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 240 | - |
| CMYK | 0 | 0.50 | 0.06 | 0 |
| HSL | 307.09º | 1% | 0.75% | - |
| HSV(B) | 307.09º | 0.5% | 1% | - |
| XYZ | 64.69 | 42.99 | 87.33 | - |
| YUV | 178.74 | 162.58 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 240 | 0 | 0.50 | 0.06 | 0 | 307.09 | 1 | 0.75 |
| Hex | FF | 80 | F0 | 0 | 32 | 6 | 0 | 133 | 64 | 4B |
| Octal | 377 | 200 | 360 | 0 | 62 | 6 | 0 | 463 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11110000 | 0 | 110010 | 110 | 0 | 100110011 | 1100100 | 1001011 |
Color Harmonies of #FF80F0
Complementary color
Monochromatic Colors of #FF80F0
Black with #FF80F0
Text Example
Text Example
White with #FF80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80F0; }
p { color: rgb(255,128,240); }
H1.HeaderClassName
{
color: #FF80F0;
}
.AnyTagClassName
{
color: #FF80F0;
}
</style>
background-color css
<style>
a { background-color: #FF80F0; }
a { background-color: rgb(255,128,240); }
div.DivClassName
{
background-color: #FF80F0;
}
.BgClassName
{
background-color: #FF80F0;
}
</style>
border-color css
<style>
span { border-color: #FF80F0; }
span { border-color: rgb(255,128,240); }
td.TdClassName
{
border-color: #FF80F0;
}
.TagClassName
{
border-color: #FF80F0;
}
</style>