Shades of Magenta #FB1FEA
Tints of Magenta #FB1FEA
RGB
CMYK
RGB Variations
Color information
#FB1FEA (or 0xFB1FEA) is known color: Magenta. HEX triplet: FB, 1F and EA. RGB value is (251,31,234). Sum of RGB (Red+Green+Blue) = 251+31+234=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 31 (12.5% from 255 or 6.01% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1FEA is #04E015. Grayscale: #777777. Windows color (decimal): -319510 or 15343611. OLE color: 15343611.
HSL color Cylindrical-coordinate representation of color #FB1FEA: hue angle of 304.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1FEA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 234 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.02 |
| HSL | 304.64º | 0.96% | 0.55% | - |
| HSV(B) | 304.64º | 0.88% | 0.98% | - |
| XYZ | 55.12 | 27.43 | 80.23 | - |
| YUV | 119.92 | 192.39 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 234 | 0 | 0.88 | 0.07 | 0.02 | 304.64 | 0.96 | 0.55 |
| Hex | FB | 1F | EA | 0 | 58 | 7 | 2 | 131 | 60 | 37 |
| Octal | 373 | 37 | 352 | 0 | 130 | 7 | 2 | 461 | 140 | 67 |
| Binary | 11111011 | 11111 | 11101010 | 0 | 1011000 | 111 | 10 | 100110001 | 1100000 | 110111 |
Color Harmonies of #FB1FEA
Complementary color
Monochromatic Colors of #FB1FEA
Black with #FB1FEA
Text Example
Text Example
White with #FB1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1FEA; }
p { color: rgb(251,31,234); }
H1.HeaderClassName
{
color: #FB1FEA;
}
.AnyTagClassName
{
color: #FB1FEA;
}
</style>
background-color css
<style>
a { background-color: #FB1FEA; }
a { background-color: rgb(251,31,234); }
div.DivClassName
{
background-color: #FB1FEA;
}
.BgClassName
{
background-color: #FB1FEA;
}
</style>
border-color css
<style>
span { border-color: #FB1FEA; }
span { border-color: rgb(251,31,234); }
td.TdClassName
{
border-color: #FB1FEA;
}
.TagClassName
{
border-color: #FB1FEA;
}
</style>