Shades of Magenta #F81BFE
Tints of Magenta #F81BFE
RGB
CMYK
RGB Variations
Color information
#F81BFE (or 0xF81BFE) is known color: Magenta. HEX triplet: F8, 1B and FE. RGB value is (248,27,254). Sum of RGB (Red+Green+Blue) = 248+27+254=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 27 (10.94% from 255 or 5.10% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #F81BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BFE is #07E401. Grayscale: #767676. Windows color (decimal): -517122 or 16653304. OLE color: 16653304.
HSL color Cylindrical-coordinate representation of color #F81BFE: hue angle of 298.41º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81BFE is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 27 | 254 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.00 |
| HSL | 298.41º | 0.99% | 0.55% | - |
| HSV(B) | 298.41º | 0.89% | 1% | - |
| XYZ | 56.99 | 27.9 | 96.15 | - |
| YUV | 118.96 | 204.22 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 254 | 0.02 | 0.89 | 0 | 0.00 | 298.41 | 0.99 | 0.55 |
| Hex | F8 | 1B | FE | 2 | 59 | 0 | 0 | 12A | 63 | 37 |
| Octal | 370 | 33 | 376 | 2 | 131 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11111000 | 11011 | 11111110 | 10 | 1011001 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F81BFE
Complementary color
Monochromatic Colors of #F81BFE
Black with #F81BFE
Text Example
Text Example
White with #F81BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BFE; }
p { color: rgb(248,27,254); }
H1.HeaderClassName
{
color: #F81BFE;
}
.AnyTagClassName
{
color: #F81BFE;
}
</style>
background-color css
<style>
a { background-color: #F81BFE; }
a { background-color: rgb(248,27,254); }
div.DivClassName
{
background-color: #F81BFE;
}
.BgClassName
{
background-color: #F81BFE;
}
</style>
border-color css
<style>
span { border-color: #F81BFE; }
span { border-color: rgb(248,27,254); }
td.TdClassName
{
border-color: #F81BFE;
}
.TagClassName
{
border-color: #F81BFE;
}
</style>