Shades of Magenta #F92FFB
Tints of Magenta #F92FFB
RGB
CMYK
RGB Variations
Color information
#F92FFB (or 0xF92FFB) is known color: Magenta. HEX triplet: F9, 2F and FB. RGB value is (249,47,251). Sum of RGB (Red+Green+Blue) = 249+47+251=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 47 (18.75% from 255 or 8.59% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #F92FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92FFB is #06D004. Grayscale: #828282. Windows color (decimal): -446469 or 16461817. OLE color: 16461817.
HSL color Cylindrical-coordinate representation of color #F92FFB: hue angle of 299.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FFB is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 251 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.02 |
| HSL | 299.41º | 0.96% | 0.58% | - |
| HSV(B) | 299.41º | 0.81% | 0.98% | - |
| XYZ | 57.5 | 29.14 | 93.86 | - |
| YUV | 130.65 | 195.92 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 251 | 0.01 | 0.81 | 0 | 0.02 | 299.41 | 0.96 | 0.58 |
| Hex | F9 | 2F | FB | 1 | 51 | 0 | 2 | 12B | 60 | 3A |
| Octal | 371 | 57 | 373 | 1 | 121 | 0 | 2 | 453 | 140 | 72 |
| Binary | 11111001 | 101111 | 11111011 | 1 | 1010001 | 0 | 10 | 100101011 | 1100000 | 111010 |
Color Harmonies of #F92FFB
Complementary color
Monochromatic Colors of #F92FFB
Black with #F92FFB
Text Example
Text Example
White with #F92FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FFB; }
p { color: rgb(249,47,251); }
H1.HeaderClassName
{
color: #F92FFB;
}
.AnyTagClassName
{
color: #F92FFB;
}
</style>
background-color css
<style>
a { background-color: #F92FFB; }
a { background-color: rgb(249,47,251); }
div.DivClassName
{
background-color: #F92FFB;
}
.BgClassName
{
background-color: #F92FFB;
}
</style>
border-color css
<style>
span { border-color: #F92FFB; }
span { border-color: rgb(249,47,251); }
td.TdClassName
{
border-color: #F92FFB;
}
.TagClassName
{
border-color: #F92FFB;
}
</style>