Shades of Magenta #FB05E6
Tints of Magenta #FB05E6
RGB
CMYK
RGB Variations
Color information
#FB05E6 (or 0xFB05E6) is known color: Magenta. HEX triplet: FB, 05 and E6. RGB value is (251,5,230). Sum of RGB (Red+Green+Blue) = 251+5+230=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB05E6 is #04FA19. Grayscale: #676767. Windows color (decimal): -326170 or 15074811. OLE color: 15074811.
HSL color Cylindrical-coordinate representation of color #FB05E6: hue angle of 305.12º 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 #FB05E6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 230 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 305.12º | 0.97% | 0.5% | - |
| HSV(B) | 305.12º | 0.98% | 0.98% | - |
| XYZ | 54.12 | 26.33 | 77.09 | - |
| YUV | 104.2 | 199 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 230 | 0 | 0.98 | 0.08 | 0.02 | 305.12 | 0.97 | 0.5 |
| Hex | FB | 5 | E6 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 373 | 5 | 346 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111011 | 101 | 11100110 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FB05E6
Complementary color
Monochromatic Colors of #FB05E6
Black with #FB05E6
Text Example
Text Example
White with #FB05E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05E6; }
p { color: rgb(251,5,230); }
H1.HeaderClassName
{
color: #FB05E6;
}
.AnyTagClassName
{
color: #FB05E6;
}
</style>
background-color css
<style>
a { background-color: #FB05E6; }
a { background-color: rgb(251,5,230); }
div.DivClassName
{
background-color: #FB05E6;
}
.BgClassName
{
background-color: #FB05E6;
}
</style>
border-color css
<style>
span { border-color: #FB05E6; }
span { border-color: rgb(251,5,230); }
td.TdClassName
{
border-color: #FB05E6;
}
.TagClassName
{
border-color: #FB05E6;
}
</style>