Shades of Magenta #FB27FF
Tints of Magenta #FB27FF
RGB
CMYK
RGB Variations
Color information
#FB27FF (or 0xFB27FF) is known color: Magenta. HEX triplet: FB, 27 and FF. RGB value is (251,39,255). Sum of RGB (Red+Green+Blue) = 251+39+255=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 39 (15.62% from 255 or 7.16% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB27FF is #04D800. Grayscale: #7E7E7E. Windows color (decimal): -317441 or 16721915. OLE color: 16721915.
HSL color Cylindrical-coordinate representation of color #FB27FF: hue angle of 298.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB27FF is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 39 | 255 | - |
| CMYK | 0.02 | 0.85 | 0 | 0 |
| HSL | 298.89º | 1% | 0.58% | - |
| HSV(B) | 298.89º | 0.85% | 1% | - |
| XYZ | 58.56 | 29.18 | 97.15 | - |
| YUV | 127.01 | 200.24 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 255 | 0.02 | 0.85 | 0 | 0 | 298.89 | 1 | 0.58 |
| Hex | FB | 27 | FF | 2 | 55 | 0 | 0 | 12B | 64 | 3A |
| Octal | 373 | 47 | 377 | 2 | 125 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111011 | 100111 | 11111111 | 10 | 1010101 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FB27FF
Complementary color
Monochromatic Colors of #FB27FF
Black with #FB27FF
Text Example
Text Example
White with #FB27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27FF; }
p { color: rgb(251,39,255); }
H1.HeaderClassName
{
color: #FB27FF;
}
.AnyTagClassName
{
color: #FB27FF;
}
</style>
background-color css
<style>
a { background-color: #FB27FF; }
a { background-color: rgb(251,39,255); }
div.DivClassName
{
background-color: #FB27FF;
}
.BgClassName
{
background-color: #FB27FF;
}
</style>
border-color css
<style>
span { border-color: #FB27FF; }
span { border-color: rgb(251,39,255); }
td.TdClassName
{
border-color: #FB27FF;
}
.TagClassName
{
border-color: #FB27FF;
}
</style>