Shades of Magenta #FB1CEF
Tints of Magenta #FB1CEF
RGB
CMYK
RGB Variations
Color information
#FB1CEF (or 0xFB1CEF) is known color: Magenta. HEX triplet: FB, 1C and EF. RGB value is (251,28,239). Sum of RGB (Red+Green+Blue) = 251+28+239=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1CEF is #04E310. Grayscale: #767676. Windows color (decimal): -320273 or 15670523. OLE color: 15670523.
HSL color Cylindrical-coordinate representation of color #FB1CEF: hue angle of 303.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CEF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 239 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.02 |
| HSL | 303.23º | 0.97% | 0.55% | - |
| HSV(B) | 303.23º | 0.89% | 0.98% | - |
| XYZ | 55.78 | 27.57 | 84.04 | - |
| YUV | 118.73 | 195.88 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 239 | 0 | 0.89 | 0.05 | 0.02 | 303.23 | 0.97 | 0.55 |
| Hex | FB | 1C | EF | 0 | 59 | 5 | 2 | 12F | 61 | 37 |
| Octal | 373 | 34 | 357 | 0 | 131 | 5 | 2 | 457 | 141 | 67 |
| Binary | 11111011 | 11100 | 11101111 | 0 | 1011001 | 101 | 10 | 100101111 | 1100001 | 110111 |
Color Harmonies of #FB1CEF
Complementary color
Monochromatic Colors of #FB1CEF
Black with #FB1CEF
Text Example
Text Example
White with #FB1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CEF; }
p { color: rgb(251,28,239); }
H1.HeaderClassName
{
color: #FB1CEF;
}
.AnyTagClassName
{
color: #FB1CEF;
}
</style>
background-color css
<style>
a { background-color: #FB1CEF; }
a { background-color: rgb(251,28,239); }
div.DivClassName
{
background-color: #FB1CEF;
}
.BgClassName
{
background-color: #FB1CEF;
}
</style>
border-color css
<style>
span { border-color: #FB1CEF; }
span { border-color: rgb(251,28,239); }
td.TdClassName
{
border-color: #FB1CEF;
}
.TagClassName
{
border-color: #FB1CEF;
}
</style>