Shades of Magenta #FB12EA
Tints of Magenta #FB12EA
RGB
CMYK
RGB Variations
Color information
#FB12EA (or 0xFB12EA) is known color: Magenta. HEX triplet: FB, 12 and EA. RGB value is (251,18,234). Sum of RGB (Red+Green+Blue) = 251+18+234=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB12EA is #04ED15. Grayscale: #6F6F6F. Windows color (decimal): -322838 or 15340283. OLE color: 15340283.
HSL color Cylindrical-coordinate representation of color #FB12EA: hue angle of 304.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12EA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 234 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.02 |
| HSL | 304.38º | 0.97% | 0.53% | - |
| HSV(B) | 304.38º | 0.93% | 0.98% | - |
| XYZ | 54.85 | 26.88 | 80.14 | - |
| YUV | 112.29 | 196.69 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 234 | 0 | 0.93 | 0.07 | 0.02 | 304.38 | 0.97 | 0.53 |
| Hex | FB | 12 | EA | 0 | 5D | 7 | 2 | 130 | 61 | 35 |
| Octal | 373 | 22 | 352 | 0 | 135 | 7 | 2 | 460 | 141 | 65 |
| Binary | 11111011 | 10010 | 11101010 | 0 | 1011101 | 111 | 10 | 100110000 | 1100001 | 110101 |
Color Harmonies of #FB12EA
Complementary color
Monochromatic Colors of #FB12EA
Black with #FB12EA
Text Example
Text Example
White with #FB12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12EA; }
p { color: rgb(251,18,234); }
H1.HeaderClassName
{
color: #FB12EA;
}
.AnyTagClassName
{
color: #FB12EA;
}
</style>
background-color css
<style>
a { background-color: #FB12EA; }
a { background-color: rgb(251,18,234); }
div.DivClassName
{
background-color: #FB12EA;
}
.BgClassName
{
background-color: #FB12EA;
}
</style>
border-color css
<style>
span { border-color: #FB12EA; }
span { border-color: rgb(251,18,234); }
td.TdClassName
{
border-color: #FB12EA;
}
.TagClassName
{
border-color: #FB12EA;
}
</style>