Shades of Pale Magenta #FF8FEC
Tints of Pale Magenta #FF8FEC
RGB
CMYK
RGB Variations
Color information
#FF8FEC (or 0xFF8FEC) is known color: Pale Magenta. HEX triplet: FF, 8F and EC. RGB value is (255,143,236). Sum of RGB (Red+Green+Blue) = 255+143+236=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FEC is #007013. Grayscale: #BABABA. Windows color (decimal): -28692 or 15503359. OLE color: 15503359.
HSL color Cylindrical-coordinate representation of color #FF8FEC: hue angle of 310.18º 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 #FF8FEC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 236 | - |
| CMYK | 0 | 0.44 | 0.07 | 0 |
| HSL | 310.18º | 1% | 0.78% | - |
| HSV(B) | 310.18º | 0.44% | 1% | - |
| XYZ | 66.2 | 46.96 | 84.93 | - |
| YUV | 187.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 236 | 0 | 0.44 | 0.07 | 0 | 310.18 | 1 | 0.78 |
| Hex | FF | 8F | EC | 0 | 2C | 7 | 0 | 136 | 64 | 4E |
| Octal | 377 | 217 | 354 | 0 | 54 | 7 | 0 | 466 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11101100 | 0 | 101100 | 111 | 0 | 100110110 | 1100100 | 1001110 |
Color Harmonies of #FF8FEC
Complementary color
Monochromatic Colors of #FF8FEC
Black with #FF8FEC
Text Example
Text Example
White with #FF8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FEC; }
p { color: rgb(255,143,236); }
H1.HeaderClassName
{
color: #FF8FEC;
}
.AnyTagClassName
{
color: #FF8FEC;
}
</style>
background-color css
<style>
a { background-color: #FF8FEC; }
a { background-color: rgb(255,143,236); }
div.DivClassName
{
background-color: #FF8FEC;
}
.BgClassName
{
background-color: #FF8FEC;
}
</style>
border-color css
<style>
span { border-color: #FF8FEC; }
span { border-color: rgb(255,143,236); }
td.TdClassName
{
border-color: #FF8FEC;
}
.TagClassName
{
border-color: #FF8FEC;
}
</style>