Shades of Magenta #F81FFC
Tints of Magenta #F81FFC
RGB
CMYK
RGB Variations
Color information
#F81FFC (or 0xF81FFC) is known color: Magenta. HEX triplet: F8, 1F and FC. RGB value is (248,31,252). Sum of RGB (Red+Green+Blue) = 248+31+252=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 31 (12.5% from 255 or 5.84% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #F81FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FFC is #07E003. Grayscale: #787878. Windows color (decimal): -516100 or 16523256. OLE color: 16523256.
HSL color Cylindrical-coordinate representation of color #F81FFC: hue angle of 298.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FFC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 31 | 252 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.01 |
| HSL | 298.91º | 0.97% | 0.55% | - |
| HSV(B) | 298.91º | 0.88% | 0.99% | - |
| XYZ | 56.77 | 27.96 | 94.5 | - |
| YUV | 121.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 252 | 0.02 | 0.88 | 0 | 0.01 | 298.91 | 0.97 | 0.55 |
| Hex | F8 | 1F | FC | 2 | 58 | 0 | 1 | 12B | 61 | 37 |
| Octal | 370 | 37 | 374 | 2 | 130 | 0 | 1 | 453 | 141 | 67 |
| Binary | 11111000 | 11111 | 11111100 | 10 | 1011000 | 0 | 1 | 100101011 | 1100001 | 110111 |
Color Harmonies of #F81FFC
Complementary color
Monochromatic Colors of #F81FFC
Black with #F81FFC
Text Example
Text Example
White with #F81FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FFC; }
p { color: rgb(248,31,252); }
H1.HeaderClassName
{
color: #F81FFC;
}
.AnyTagClassName
{
color: #F81FFC;
}
</style>
background-color css
<style>
a { background-color: #F81FFC; }
a { background-color: rgb(248,31,252); }
div.DivClassName
{
background-color: #F81FFC;
}
.BgClassName
{
background-color: #F81FFC;
}
</style>
border-color css
<style>
span { border-color: #F81FFC; }
span { border-color: rgb(248,31,252); }
td.TdClassName
{
border-color: #F81FFC;
}
.TagClassName
{
border-color: #F81FFC;
}
</style>