Shades of Magenta #F81FFB
Tints of Magenta #F81FFB
RGB
CMYK
RGB Variations
Color information
#F81FFB (or 0xF81FFB) is known color: Magenta. HEX triplet: F8, 1F and FB. RGB value is (248,31,251). Sum of RGB (Red+Green+Blue) = 248+31+251=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 31 (12.5% from 255 or 5.85% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #F81FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FFB is #07E004. Grayscale: #787878. Windows color (decimal): -516101 or 16457720. OLE color: 16457720.
HSL color Cylindrical-coordinate representation of color #F81FFB: hue angle of 299.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FFB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 31 | 251 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.02 |
| HSL | 299.18º | 0.96% | 0.55% | - |
| HSV(B) | 299.18º | 0.88% | 0.98% | - |
| XYZ | 56.61 | 27.9 | 93.67 | - |
| YUV | 120.96 | 201.39 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 251 | 0.01 | 0.88 | 0 | 0.02 | 299.18 | 0.96 | 0.55 |
| Hex | F8 | 1F | FB | 1 | 58 | 0 | 2 | 12B | 60 | 37 |
| Octal | 370 | 37 | 373 | 1 | 130 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11111000 | 11111 | 11111011 | 1 | 1011000 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F81FFB
Complementary color
Monochromatic Colors of #F81FFB
Black with #F81FFB
Text Example
Text Example
White with #F81FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FFB; }
p { color: rgb(248,31,251); }
H1.HeaderClassName
{
color: #F81FFB;
}
.AnyTagClassName
{
color: #F81FFB;
}
</style>
background-color css
<style>
a { background-color: #F81FFB; }
a { background-color: rgb(248,31,251); }
div.DivClassName
{
background-color: #F81FFB;
}
.BgClassName
{
background-color: #F81FFB;
}
</style>
border-color css
<style>
span { border-color: #F81FFB; }
span { border-color: rgb(248,31,251); }
td.TdClassName
{
border-color: #F81FFB;
}
.TagClassName
{
border-color: #F81FFB;
}
</style>