Shades of Magenta #FB04E6
Tints of Magenta #FB04E6
RGB
CMYK
RGB Variations
Color information
#FB04E6 (or 0xFB04E6) is known color: Magenta. HEX triplet: FB, 04 and E6. RGB value is (251,4,230). Sum of RGB (Red+Green+Blue) = 251+4+230=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04E6 is #04FB19. Grayscale: #666666. Windows color (decimal): -326426 or 15074555. OLE color: 15074555.
HSL color Cylindrical-coordinate representation of color #FB04E6: hue angle of 305.1º 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 #FB04E6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 230 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 305.1º | 0.97% | 0.5% | - |
| HSV(B) | 305.1º | 0.98% | 0.98% | - |
| XYZ | 54.11 | 26.31 | 77.09 | - |
| YUV | 103.62 | 199.33 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 230 | 0 | 0.98 | 0.08 | 0.02 | 305.1 | 0.97 | 0.5 |
| Hex | FB | 4 | E6 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 373 | 4 | 346 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111011 | 100 | 11100110 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FB04E6
Complementary color
Monochromatic Colors of #FB04E6
Black with #FB04E6
Text Example
Text Example
White with #FB04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04E6; }
p { color: rgb(251,4,230); }
H1.HeaderClassName
{
color: #FB04E6;
}
.AnyTagClassName
{
color: #FB04E6;
}
</style>
background-color css
<style>
a { background-color: #FB04E6; }
a { background-color: rgb(251,4,230); }
div.DivClassName
{
background-color: #FB04E6;
}
.BgClassName
{
background-color: #FB04E6;
}
</style>
border-color css
<style>
span { border-color: #FB04E6; }
span { border-color: rgb(251,4,230); }
td.TdClassName
{
border-color: #FB04E6;
}
.TagClassName
{
border-color: #FB04E6;
}
</style>