Shades of Magenta #FB09FE
Tints of Magenta #FB09FE
RGB
CMYK
RGB Variations
Color information
#FB09FE (or 0xFB09FE) is known color: Magenta. HEX triplet: FB, 09 and FE. RGB value is (251,9,254). Sum of RGB (Red+Green+Blue) = 251+9+254=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 9 (3.91% from 255 or 1.75% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB09FE is #04F601. Grayscale: #6C6C6C. Windows color (decimal): -325122 or 16648699. OLE color: 16648699.
HSL color Cylindrical-coordinate representation of color #FB09FE: hue angle of 299.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB09FE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 9 | 254 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.00 |
| HSL | 299.27º | 0.99% | 0.52% | - |
| HSV(B) | 299.27º | 0.96% | 1% | - |
| XYZ | 57.77 | 27.86 | 96.1 | - |
| YUV | 109.29 | 209.67 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 254 | 0.01 | 0.96 | 0 | 0.00 | 299.27 | 0.99 | 0.52 |
| Hex | FB | 9 | FE | 1 | 60 | 0 | 0 | 12B | 63 | 34 |
| Octal | 373 | 11 | 376 | 1 | 140 | 0 | 0 | 453 | 143 | 64 |
| Binary | 11111011 | 1001 | 11111110 | 1 | 1100000 | 0 | 0 | 100101011 | 1100011 | 110100 |
Color Harmonies of #FB09FE
Complementary color
Monochromatic Colors of #FB09FE
Black with #FB09FE
Text Example
Text Example
White with #FB09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09FE; }
p { color: rgb(251,9,254); }
H1.HeaderClassName
{
color: #FB09FE;
}
.AnyTagClassName
{
color: #FB09FE;
}
</style>
background-color css
<style>
a { background-color: #FB09FE; }
a { background-color: rgb(251,9,254); }
div.DivClassName
{
background-color: #FB09FE;
}
.BgClassName
{
background-color: #FB09FE;
}
</style>
border-color css
<style>
span { border-color: #FB09FE; }
span { border-color: rgb(251,9,254); }
td.TdClassName
{
border-color: #FB09FE;
}
.TagClassName
{
border-color: #FB09FE;
}
</style>