Shades of Magenta #F81CE8
Tints of Magenta #F81CE8
RGB
CMYK
RGB Variations
Color information
#F81CE8 (or 0xF81CE8) is known color: Magenta. HEX triplet: F8, 1C and E8. RGB value is (248,28,232). Sum of RGB (Red+Green+Blue) = 248+28+232=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CE8 is #07E317. Grayscale: #747474. Windows color (decimal): -516888 or 15211768. OLE color: 15211768.
HSL color Cylindrical-coordinate representation of color #F81CE8: hue angle of 304.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CE8 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 232 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.03 |
| HSL | 304.36º | 0.94% | 0.54% | - |
| HSV(B) | 304.36º | 0.89% | 0.97% | - |
| XYZ | 53.69 | 26.61 | 78.65 | - |
| YUV | 117.04 | 192.89 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 232 | 0 | 0.89 | 0.06 | 0.03 | 304.36 | 0.94 | 0.54 |
| Hex | F8 | 1C | E8 | 0 | 59 | 6 | 3 | 130 | 5E | 36 |
| Octal | 370 | 34 | 350 | 0 | 131 | 6 | 3 | 460 | 136 | 66 |
| Binary | 11111000 | 11100 | 11101000 | 0 | 1011001 | 110 | 11 | 100110000 | 1011110 | 110110 |
Color Harmonies of #F81CE8
Complementary color
Monochromatic Colors of #F81CE8
Black with #F81CE8
Text Example
Text Example
White with #F81CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CE8; }
p { color: rgb(248,28,232); }
H1.HeaderClassName
{
color: #F81CE8;
}
.AnyTagClassName
{
color: #F81CE8;
}
</style>
background-color css
<style>
a { background-color: #F81CE8; }
a { background-color: rgb(248,28,232); }
div.DivClassName
{
background-color: #F81CE8;
}
.BgClassName
{
background-color: #F81CE8;
}
</style>
border-color css
<style>
span { border-color: #F81CE8; }
span { border-color: rgb(248,28,232); }
td.TdClassName
{
border-color: #F81CE8;
}
.TagClassName
{
border-color: #F81CE8;
}
</style>