Shades of Magenta #F81CEB
Tints of Magenta #F81CEB
RGB
CMYK
RGB Variations
Color information
#F81CEB (or 0xF81CEB) is known color: Magenta. HEX triplet: F8, 1C and EB. RGB value is (248,28,235). Sum of RGB (Red+Green+Blue) = 248+28+235=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CEB is #07E314. Grayscale: #747474. Windows color (decimal): -516885 or 15408376. OLE color: 15408376.
HSL color Cylindrical-coordinate representation of color #F81CEB: hue angle of 303.55º 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 #F81CEB is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 235 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.03 |
| HSL | 303.55º | 0.94% | 0.54% | - |
| HSV(B) | 303.55º | 0.89% | 0.97% | - |
| XYZ | 54.12 | 26.79 | 80.91 | - |
| YUV | 117.38 | 194.39 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 235 | 0 | 0.89 | 0.05 | 0.03 | 303.55 | 0.94 | 0.54 |
| Hex | F8 | 1C | EB | 0 | 59 | 5 | 3 | 130 | 5E | 36 |
| Octal | 370 | 34 | 353 | 0 | 131 | 5 | 3 | 460 | 136 | 66 |
| Binary | 11111000 | 11100 | 11101011 | 0 | 1011001 | 101 | 11 | 100110000 | 1011110 | 110110 |
Color Harmonies of #F81CEB
Complementary color
Monochromatic Colors of #F81CEB
Black with #F81CEB
Text Example
Text Example
White with #F81CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CEB; }
p { color: rgb(248,28,235); }
H1.HeaderClassName
{
color: #F81CEB;
}
.AnyTagClassName
{
color: #F81CEB;
}
</style>
background-color css
<style>
a { background-color: #F81CEB; }
a { background-color: rgb(248,28,235); }
div.DivClassName
{
background-color: #F81CEB;
}
.BgClassName
{
background-color: #F81CEB;
}
</style>
border-color css
<style>
span { border-color: #F81CEB; }
span { border-color: rgb(248,28,235); }
td.TdClassName
{
border-color: #F81CEB;
}
.TagClassName
{
border-color: #F81CEB;
}
</style>