Shades of Magenta #FB25FE
Tints of Magenta #FB25FE
RGB
CMYK
RGB Variations
Color information
#FB25FE (or 0xFB25FE) is known color: Magenta. HEX triplet: FB, 25 and FE. RGB value is (251,37,254). Sum of RGB (Red+Green+Blue) = 251+37+254=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 37 (14.84% from 255 or 6.83% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25FE is #04DA01. Grayscale: #7D7D7D. Windows color (decimal): -317954 or 16655867. OLE color: 16655867.
HSL color Cylindrical-coordinate representation of color #FB25FE: hue angle of 299.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25FE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 37 | 254 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.00 |
| HSL | 299.17º | 0.99% | 0.57% | - |
| HSV(B) | 299.17º | 0.85% | 1% | - |
| XYZ | 58.33 | 28.99 | 96.29 | - |
| YUV | 125.72 | 200.4 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 254 | 0.01 | 0.85 | 0 | 0.00 | 299.17 | 0.99 | 0.57 |
| Hex | FB | 25 | FE | 1 | 55 | 0 | 0 | 12B | 63 | 39 |
| Octal | 373 | 45 | 376 | 1 | 125 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111011 | 100101 | 11111110 | 1 | 1010101 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #FB25FE
Complementary color
Monochromatic Colors of #FB25FE
Black with #FB25FE
Text Example
Text Example
White with #FB25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25FE; }
p { color: rgb(251,37,254); }
H1.HeaderClassName
{
color: #FB25FE;
}
.AnyTagClassName
{
color: #FB25FE;
}
</style>
background-color css
<style>
a { background-color: #FB25FE; }
a { background-color: rgb(251,37,254); }
div.DivClassName
{
background-color: #FB25FE;
}
.BgClassName
{
background-color: #FB25FE;
}
</style>
border-color css
<style>
span { border-color: #FB25FE; }
span { border-color: rgb(251,37,254); }
td.TdClassName
{
border-color: #FB25FE;
}
.TagClassName
{
border-color: #FB25FE;
}
</style>