Shades of Pale Magenta #FE8FF0
Tints of Pale Magenta #FE8FF0
RGB
CMYK
RGB Variations
Color information
#FE8FF0 (or 0xFE8FF0) is known color: Pale Magenta. HEX triplet: FE, 8F and F0. RGB value is (254,143,240). Sum of RGB (Red+Green+Blue) = 254+143+240=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 143 (56.25% from 255 or 22.45% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FF0 is #01700F. Grayscale: #BABABA. Windows color (decimal): -94224 or 15765502. OLE color: 15765502.
HSL color Cylindrical-coordinate representation of color #FE8FF0: hue angle of 307.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FF0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 240 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.00 |
| HSL | 307.57º | 0.98% | 0.78% | - |
| HSV(B) | 307.57º | 0.44% | 1% | - |
| XYZ | 66.42 | 47.01 | 88.01 | - |
| YUV | 187.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 240 | 0 | 0.44 | 0.06 | 0.00 | 307.57 | 0.98 | 0.78 |
| Hex | FE | 8F | F0 | 0 | 2C | 6 | 0 | 134 | 62 | 4E |
| Octal | 376 | 217 | 360 | 0 | 54 | 6 | 0 | 464 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11110000 | 0 | 101100 | 110 | 0 | 100110100 | 1100010 | 1001110 |
Color Harmonies of #FE8FF0
Complementary color
Monochromatic Colors of #FE8FF0
Black with #FE8FF0
Text Example
Text Example
White with #FE8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FF0; }
p { color: rgb(254,143,240); }
H1.HeaderClassName
{
color: #FE8FF0;
}
.AnyTagClassName
{
color: #FE8FF0;
}
</style>
background-color css
<style>
a { background-color: #FE8FF0; }
a { background-color: rgb(254,143,240); }
div.DivClassName
{
background-color: #FE8FF0;
}
.BgClassName
{
background-color: #FE8FF0;
}
</style>
border-color css
<style>
span { border-color: #FE8FF0; }
span { border-color: rgb(254,143,240); }
td.TdClassName
{
border-color: #FE8FF0;
}
.TagClassName
{
border-color: #FE8FF0;
}
</style>