Shades of Magenta #F92BFB
Tints of Magenta #F92BFB
RGB
CMYK
RGB Variations
Color information
#F92BFB (or 0xF92BFB) is known color: Magenta. HEX triplet: F9, 2B and FB. RGB value is (249,43,251). Sum of RGB (Red+Green+Blue) = 249+43+251=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 43 (17.19% from 255 or 7.92% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #F92BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92BFB is #06D404. Grayscale: #7F7F7F. Windows color (decimal): -447493 or 16460793. OLE color: 16460793.
HSL color Cylindrical-coordinate representation of color #F92BFB: hue angle of 299.42º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92BFB is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 251 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.02 |
| HSL | 299.42º | 0.96% | 0.58% | - |
| HSV(B) | 299.42º | 0.83% | 0.98% | - |
| XYZ | 57.34 | 28.83 | 93.81 | - |
| YUV | 128.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 251 | 0.01 | 0.83 | 0 | 0.02 | 299.42 | 0.96 | 0.58 |
| Hex | F9 | 2B | FB | 1 | 53 | 0 | 2 | 12B | 60 | 3A |
| Octal | 371 | 53 | 373 | 1 | 123 | 0 | 2 | 453 | 140 | 72 |
| Binary | 11111001 | 101011 | 11111011 | 1 | 1010011 | 0 | 10 | 100101011 | 1100000 | 111010 |
Color Harmonies of #F92BFB
Complementary color
Monochromatic Colors of #F92BFB
Black with #F92BFB
Text Example
Text Example
White with #F92BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92BFB; }
p { color: rgb(249,43,251); }
H1.HeaderClassName
{
color: #F92BFB;
}
.AnyTagClassName
{
color: #F92BFB;
}
</style>
background-color css
<style>
a { background-color: #F92BFB; }
a { background-color: rgb(249,43,251); }
div.DivClassName
{
background-color: #F92BFB;
}
.BgClassName
{
background-color: #F92BFB;
}
</style>
border-color css
<style>
span { border-color: #F92BFB; }
span { border-color: rgb(249,43,251); }
td.TdClassName
{
border-color: #F92BFB;
}
.TagClassName
{
border-color: #F92BFB;
}
</style>