Shades of Magenta #FB04F2
Tints of Magenta #FB04F2
RGB
CMYK
RGB Variations
Color information
#FB04F2 (or 0xFB04F2) is known color: Magenta. HEX triplet: FB, 04 and F2. RGB value is (251,4,242). Sum of RGB (Red+Green+Blue) = 251+4+242=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 4 (1.95% from 255 or 0.80% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04F2 is #04FB0D. Grayscale: #686868. Windows color (decimal): -326414 or 15860987. OLE color: 15860987.
HSL color Cylindrical-coordinate representation of color #FB04F2: hue angle of 302.19º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB04F2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 242 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.02 |
| HSL | 302.19º | 0.97% | 0.5% | - |
| HSV(B) | 302.19º | 0.98% | 0.98% | - |
| XYZ | 55.85 | 27.01 | 86.27 | - |
| YUV | 104.99 | 205.33 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 242 | 0 | 0.98 | 0.04 | 0.02 | 302.19 | 0.97 | 0.5 |
| Hex | FB | 4 | F2 | 0 | 62 | 4 | 2 | 12E | 61 | 32 |
| Octal | 373 | 4 | 362 | 0 | 142 | 4 | 2 | 456 | 141 | 62 |
| Binary | 11111011 | 100 | 11110010 | 0 | 1100010 | 100 | 10 | 100101110 | 1100001 | 110010 |
Color Harmonies of #FB04F2
Complementary color
Monochromatic Colors of #FB04F2
Black with #FB04F2
Text Example
Text Example
White with #FB04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04F2; }
p { color: rgb(251,4,242); }
H1.HeaderClassName
{
color: #FB04F2;
}
.AnyTagClassName
{
color: #FB04F2;
}
</style>
background-color css
<style>
a { background-color: #FB04F2; }
a { background-color: rgb(251,4,242); }
div.DivClassName
{
background-color: #FB04F2;
}
.BgClassName
{
background-color: #FB04F2;
}
</style>
border-color css
<style>
span { border-color: #FB04F2; }
span { border-color: rgb(251,4,242); }
td.TdClassName
{
border-color: #FB04F2;
}
.TagClassName
{
border-color: #FB04F2;
}
</style>