Shades of Pale Magenta #FE70E6
Tints of Pale Magenta #FE70E6
RGB
CMYK
RGB Variations
Color information
#FE70E6 (or 0xFE70E6) is known color: Pale Magenta. HEX triplet: FE, 70 and E6. RGB value is (254,112,230). Sum of RGB (Red+Green+Blue) = 254+112+230=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70E6 is #018F19. Grayscale: #A7A7A7. Windows color (decimal): -102170 or 15102206. OLE color: 15102206.
HSL color Cylindrical-coordinate representation of color #FE70E6: hue angle of 310.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE70E6 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 230 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.00 |
| HSL | 310.14º | 0.99% | 0.72% | - |
| HSV(B) | 310.14º | 0.56% | 1% | - |
| XYZ | 60.95 | 38.37 | 79.06 | - |
| YUV | 167.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 230 | 0 | 0.56 | 0.09 | 0.00 | 310.14 | 0.99 | 0.72 |
| Hex | FE | 70 | E6 | 0 | 38 | 9 | 0 | 136 | 63 | 48 |
| Octal | 376 | 160 | 346 | 0 | 70 | 11 | 0 | 466 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11100110 | 0 | 111000 | 1001 | 0 | 100110110 | 1100011 | 1001000 |
Color Harmonies of #FE70E6
Complementary color
Monochromatic Colors of #FE70E6
Black with #FE70E6
Text Example
Text Example
White with #FE70E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70E6; }
p { color: rgb(254,112,230); }
H1.HeaderClassName
{
color: #FE70E6;
}
.AnyTagClassName
{
color: #FE70E6;
}
</style>
background-color css
<style>
a { background-color: #FE70E6; }
a { background-color: rgb(254,112,230); }
div.DivClassName
{
background-color: #FE70E6;
}
.BgClassName
{
background-color: #FE70E6;
}
</style>
border-color css
<style>
span { border-color: #FE70E6; }
span { border-color: rgb(254,112,230); }
td.TdClassName
{
border-color: #FE70E6;
}
.TagClassName
{
border-color: #FE70E6;
}
</style>