Shades of Magenta #FB04F8
Tints of Magenta #FB04F8
RGB
CMYK
RGB Variations
Color information
#FB04F8 (or 0xFB04F8) is known color: Magenta. HEX triplet: FB, 04 and F8. RGB value is (251,4,248). Sum of RGB (Red+Green+Blue) = 251+4+248=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04F8 is #04FB07. Grayscale: #686868. Windows color (decimal): -326408 or 16254203. OLE color: 16254203.
HSL color Cylindrical-coordinate representation of color #FB04F8: hue angle of 300.73º 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 #FB04F8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 248 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.02 |
| HSL | 300.73º | 0.97% | 0.5% | - |
| HSV(B) | 300.73º | 0.98% | 0.98% | - |
| XYZ | 56.77 | 27.37 | 91.1 | - |
| YUV | 105.67 | 208.33 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 248 | 0 | 0.98 | 0.01 | 0.02 | 300.73 | 0.97 | 0.5 |
| Hex | FB | 4 | F8 | 0 | 62 | 1 | 2 | 12D | 61 | 32 |
| Octal | 373 | 4 | 370 | 0 | 142 | 1 | 2 | 455 | 141 | 62 |
| Binary | 11111011 | 100 | 11111000 | 0 | 1100010 | 1 | 10 | 100101101 | 1100001 | 110010 |
Color Harmonies of #FB04F8
Complementary color
Monochromatic Colors of #FB04F8
Black with #FB04F8
Text Example
Text Example
White with #FB04F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04F8; }
p { color: rgb(251,4,248); }
H1.HeaderClassName
{
color: #FB04F8;
}
.AnyTagClassName
{
color: #FB04F8;
}
</style>
background-color css
<style>
a { background-color: #FB04F8; }
a { background-color: rgb(251,4,248); }
div.DivClassName
{
background-color: #FB04F8;
}
.BgClassName
{
background-color: #FB04F8;
}
</style>
border-color css
<style>
span { border-color: #FB04F8; }
span { border-color: rgb(251,4,248); }
td.TdClassName
{
border-color: #FB04F8;
}
.TagClassName
{
border-color: #FB04F8;
}
</style>