Shades of Magenta #FB27FE
Tints of Magenta #FB27FE
RGB
CMYK
RGB Variations
Color information
#FB27FE (or 0xFB27FE) is known color: Magenta. HEX triplet: FB, 27 and FE. RGB value is (251,39,254). Sum of RGB (Red+Green+Blue) = 251+39+254=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 39 (15.62% from 255 or 7.17% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB27FE is #04D801. Grayscale: #7E7E7E. Windows color (decimal): -317442 or 16656379. OLE color: 16656379.
HSL color Cylindrical-coordinate representation of color #FB27FE: hue angle of 299.16º 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 #FB27FE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 39 | 254 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.00 |
| HSL | 299.16º | 0.99% | 0.57% | - |
| HSV(B) | 299.16º | 0.85% | 1% | - |
| XYZ | 58.4 | 29.12 | 96.31 | - |
| YUV | 126.9 | 199.74 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 254 | 0.01 | 0.85 | 0 | 0.00 | 299.16 | 0.99 | 0.57 |
| Hex | FB | 27 | FE | 1 | 55 | 0 | 0 | 12B | 63 | 39 |
| Octal | 373 | 47 | 376 | 1 | 125 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111011 | 100111 | 11111110 | 1 | 1010101 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #FB27FE
Complementary color
Monochromatic Colors of #FB27FE
Black with #FB27FE
Text Example
Text Example
White with #FB27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27FE; }
p { color: rgb(251,39,254); }
H1.HeaderClassName
{
color: #FB27FE;
}
.AnyTagClassName
{
color: #FB27FE;
}
</style>
background-color css
<style>
a { background-color: #FB27FE; }
a { background-color: rgb(251,39,254); }
div.DivClassName
{
background-color: #FB27FE;
}
.BgClassName
{
background-color: #FB27FE;
}
</style>
border-color css
<style>
span { border-color: #FB27FE; }
span { border-color: rgb(251,39,254); }
td.TdClassName
{
border-color: #FB27FE;
}
.TagClassName
{
border-color: #FB27FE;
}
</style>