Shades of Magenta #F81BFC
Tints of Magenta #F81BFC
RGB
CMYK
RGB Variations
Color information
#F81BFC (or 0xF81BFC) is known color: Magenta. HEX triplet: F8, 1B and FC. RGB value is (248,27,252). Sum of RGB (Red+Green+Blue) = 248+27+252=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 27 (10.94% from 255 or 5.12% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #F81BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BFC is #07E403. Grayscale: #767676. Windows color (decimal): -517124 or 16522232. OLE color: 16522232.
HSL color Cylindrical-coordinate representation of color #F81BFC: hue angle of 298.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81BFC is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 27 | 252 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.01 |
| HSL | 298.93º | 0.97% | 0.55% | - |
| HSV(B) | 298.93º | 0.89% | 0.99% | - |
| XYZ | 56.67 | 27.77 | 94.47 | - |
| YUV | 118.73 | 203.22 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 252 | 0.02 | 0.89 | 0 | 0.01 | 298.93 | 0.97 | 0.55 |
| Hex | F8 | 1B | FC | 2 | 59 | 0 | 1 | 12B | 61 | 37 |
| Octal | 370 | 33 | 374 | 2 | 131 | 0 | 1 | 453 | 141 | 67 |
| Binary | 11111000 | 11011 | 11111100 | 10 | 1011001 | 0 | 1 | 100101011 | 1100001 | 110111 |
Color Harmonies of #F81BFC
Complementary color
Monochromatic Colors of #F81BFC
Black with #F81BFC
Text Example
Text Example
White with #F81BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BFC; }
p { color: rgb(248,27,252); }
H1.HeaderClassName
{
color: #F81BFC;
}
.AnyTagClassName
{
color: #F81BFC;
}
</style>
background-color css
<style>
a { background-color: #F81BFC; }
a { background-color: rgb(248,27,252); }
div.DivClassName
{
background-color: #F81BFC;
}
.BgClassName
{
background-color: #F81BFC;
}
</style>
border-color css
<style>
span { border-color: #F81BFC; }
span { border-color: rgb(248,27,252); }
td.TdClassName
{
border-color: #F81BFC;
}
.TagClassName
{
border-color: #F81BFC;
}
</style>