Shades of Magenta #FB03FE
Tints of Magenta #FB03FE
RGB
CMYK
RGB Variations
Color information
#FB03FE (or 0xFB03FE) is known color: Magenta. HEX triplet: FB, 03 and FE. RGB value is (251,3,254). Sum of RGB (Red+Green+Blue) = 251+3+254=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 3 (1.56% from 255 or 0.59% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB03FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB03FE is #04FC01. Grayscale: #696969. Windows color (decimal): -326658 or 16647163. OLE color: 16647163.
HSL color Cylindrical-coordinate representation of color #FB03FE: hue angle of 299.28º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB03FE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 3 | 254 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.00 |
| HSL | 299.28º | 0.99% | 0.5% | - |
| HSV(B) | 299.28º | 0.99% | 1% | - |
| XYZ | 57.71 | 27.73 | 96.08 | - |
| YUV | 105.77 | 211.66 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 254 | 0.01 | 0.99 | 0 | 0.00 | 299.28 | 0.99 | 0.5 |
| Hex | FB | 3 | FE | 1 | 63 | 0 | 0 | 12B | 63 | 32 |
| Octal | 373 | 3 | 376 | 1 | 143 | 0 | 0 | 453 | 143 | 62 |
| Binary | 11111011 | 11 | 11111110 | 1 | 1100011 | 0 | 0 | 100101011 | 1100011 | 110010 |
Color Harmonies of #FB03FE
Complementary color
Monochromatic Colors of #FB03FE
Black with #FB03FE
Text Example
Text Example
White with #FB03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03FE; }
p { color: rgb(251,3,254); }
H1.HeaderClassName
{
color: #FB03FE;
}
.AnyTagClassName
{
color: #FB03FE;
}
</style>
background-color css
<style>
a { background-color: #FB03FE; }
a { background-color: rgb(251,3,254); }
div.DivClassName
{
background-color: #FB03FE;
}
.BgClassName
{
background-color: #FB03FE;
}
</style>
border-color css
<style>
span { border-color: #FB03FE; }
span { border-color: rgb(251,3,254); }
td.TdClassName
{
border-color: #FB03FE;
}
.TagClassName
{
border-color: #FB03FE;
}
</style>