Shades of Pale Magenta #FF8FF0
Tints of Pale Magenta #FF8FF0
RGB
CMYK
RGB Variations
Color information
#FF8FF0 (or 0xFF8FF0) is known color: Pale Magenta. HEX triplet: FF, 8F and F0. RGB value is (255,143,240). Sum of RGB (Red+Green+Blue) = 255+143+240=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 143 (56.25% from 255 or 22.41% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FF0 is #00700F. Grayscale: #BBBBBB. Windows color (decimal): -28688 or 15765503. OLE color: 15765503.
HSL color Cylindrical-coordinate representation of color #FF8FF0: hue angle of 308.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FF0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 240 | - |
| CMYK | 0 | 0.44 | 0.06 | 0 |
| HSL | 308.04º | 1% | 0.78% | - |
| HSV(B) | 308.04º | 0.44% | 1% | - |
| XYZ | 66.79 | 47.2 | 88.03 | - |
| YUV | 187.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 240 | 0 | 0.44 | 0.06 | 0 | 308.04 | 1 | 0.78 |
| Hex | FF | 8F | F0 | 0 | 2C | 6 | 0 | 134 | 64 | 4E |
| Octal | 377 | 217 | 360 | 0 | 54 | 6 | 0 | 464 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11110000 | 0 | 101100 | 110 | 0 | 100110100 | 1100100 | 1001110 |
Color Harmonies of #FF8FF0
Complementary color
Monochromatic Colors of #FF8FF0
Black with #FF8FF0
Text Example
Text Example
White with #FF8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FF0; }
p { color: rgb(255,143,240); }
H1.HeaderClassName
{
color: #FF8FF0;
}
.AnyTagClassName
{
color: #FF8FF0;
}
</style>
background-color css
<style>
a { background-color: #FF8FF0; }
a { background-color: rgb(255,143,240); }
div.DivClassName
{
background-color: #FF8FF0;
}
.BgClassName
{
background-color: #FF8FF0;
}
</style>
border-color css
<style>
span { border-color: #FF8FF0; }
span { border-color: rgb(255,143,240); }
td.TdClassName
{
border-color: #FF8FF0;
}
.TagClassName
{
border-color: #FF8FF0;
}
</style>