Shades of Magenta #FB04F5
Tints of Magenta #FB04F5
RGB
CMYK
RGB Variations
Color information
#FB04F5 (or 0xFB04F5) is known color: Magenta. HEX triplet: FB, 04 and F5. RGB value is (251,4,245). Sum of RGB (Red+Green+Blue) = 251+4+245=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 4 (1.95% from 255 or 0.8% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04F5 is #04FB0A. Grayscale: #686868. Windows color (decimal): -326411 or 16057595. OLE color: 16057595.
HSL color Cylindrical-coordinate representation of color #FB04F5: hue angle of 301.46º 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 #FB04F5 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 245 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.02 |
| HSL | 301.46º | 0.97% | 0.5% | - |
| HSV(B) | 301.46º | 0.98% | 0.98% | - |
| XYZ | 56.31 | 27.19 | 88.67 | - |
| YUV | 105.33 | 206.83 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 245 | 0 | 0.98 | 0.02 | 0.02 | 301.46 | 0.97 | 0.5 |
| Hex | FB | 4 | F5 | 0 | 62 | 2 | 2 | 12D | 61 | 32 |
| Octal | 373 | 4 | 365 | 0 | 142 | 2 | 2 | 455 | 141 | 62 |
| Binary | 11111011 | 100 | 11110101 | 0 | 1100010 | 10 | 10 | 100101101 | 1100001 | 110010 |
Color Harmonies of #FB04F5
Complementary color
Monochromatic Colors of #FB04F5
Black with #FB04F5
Text Example
Text Example
White with #FB04F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04F5; }
p { color: rgb(251,4,245); }
H1.HeaderClassName
{
color: #FB04F5;
}
.AnyTagClassName
{
color: #FB04F5;
}
</style>
background-color css
<style>
a { background-color: #FB04F5; }
a { background-color: rgb(251,4,245); }
div.DivClassName
{
background-color: #FB04F5;
}
.BgClassName
{
background-color: #FB04F5;
}
</style>
border-color css
<style>
span { border-color: #FB04F5; }
span { border-color: rgb(251,4,245); }
td.TdClassName
{
border-color: #FB04F5;
}
.TagClassName
{
border-color: #FB04F5;
}
</style>