Shades of Magenta #F81BF4
Tints of Magenta #F81BF4
RGB
CMYK
RGB Variations
Color information
#F81BF4 (or 0xF81BF4) is known color: Magenta. HEX triplet: F8, 1B and F4. RGB value is (248,27,244). Sum of RGB (Red+Green+Blue) = 248+27+244=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BF4 is #07E40B. Grayscale: #757575. Windows color (decimal): -517132 or 15997944. OLE color: 15997944.
HSL color Cylindrical-coordinate representation of color #F81BF4: hue angle of 301.09º 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 #F81BF4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 244 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.03 |
| HSL | 301.09º | 0.94% | 0.54% | - |
| HSV(B) | 301.09º | 0.89% | 0.97% | - |
| XYZ | 55.43 | 27.27 | 87.93 | - |
| YUV | 117.82 | 199.22 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 244 | 0 | 0.89 | 0.02 | 0.03 | 301.09 | 0.94 | 0.54 |
| Hex | F8 | 1B | F4 | 0 | 59 | 2 | 3 | 12D | 5E | 36 |
| Octal | 370 | 33 | 364 | 0 | 131 | 2 | 3 | 455 | 136 | 66 |
| Binary | 11111000 | 11011 | 11110100 | 0 | 1011001 | 10 | 11 | 100101101 | 1011110 | 110110 |
Color Harmonies of #F81BF4
Complementary color
Monochromatic Colors of #F81BF4
Black with #F81BF4
Text Example
Text Example
White with #F81BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BF4; }
p { color: rgb(248,27,244); }
H1.HeaderClassName
{
color: #F81BF4;
}
.AnyTagClassName
{
color: #F81BF4;
}
</style>
background-color css
<style>
a { background-color: #F81BF4; }
a { background-color: rgb(248,27,244); }
div.DivClassName
{
background-color: #F81BF4;
}
.BgClassName
{
background-color: #F81BF4;
}
</style>
border-color css
<style>
span { border-color: #F81BF4; }
span { border-color: rgb(248,27,244); }
td.TdClassName
{
border-color: #F81BF4;
}
.TagClassName
{
border-color: #F81BF4;
}
</style>