Shades of Magenta #FB14EA
Tints of Magenta #FB14EA
RGB
CMYK
RGB Variations
Color information
#FB14EA (or 0xFB14EA) is known color: Magenta. HEX triplet: FB, 14 and EA. RGB value is (251,20,234). Sum of RGB (Red+Green+Blue) = 251+20+234=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14EA is #04EB15. Grayscale: #707070. Windows color (decimal): -322326 or 15340795. OLE color: 15340795.
HSL color Cylindrical-coordinate representation of color #FB14EA: hue angle of 304.42º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14EA is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 234 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.02 |
| HSL | 304.42º | 0.97% | 0.53% | - |
| HSV(B) | 304.42º | 0.92% | 0.98% | - |
| XYZ | 54.89 | 26.95 | 80.15 | - |
| YUV | 113.47 | 196.03 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 234 | 0 | 0.92 | 0.07 | 0.02 | 304.42 | 0.97 | 0.53 |
| Hex | FB | 14 | EA | 0 | 5C | 7 | 2 | 130 | 61 | 35 |
| Octal | 373 | 24 | 352 | 0 | 134 | 7 | 2 | 460 | 141 | 65 |
| Binary | 11111011 | 10100 | 11101010 | 0 | 1011100 | 111 | 10 | 100110000 | 1100001 | 110101 |
Color Harmonies of #FB14EA
Complementary color
Monochromatic Colors of #FB14EA
Black with #FB14EA
Text Example
Text Example
White with #FB14EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14EA; }
p { color: rgb(251,20,234); }
H1.HeaderClassName
{
color: #FB14EA;
}
.AnyTagClassName
{
color: #FB14EA;
}
</style>
background-color css
<style>
a { background-color: #FB14EA; }
a { background-color: rgb(251,20,234); }
div.DivClassName
{
background-color: #FB14EA;
}
.BgClassName
{
background-color: #FB14EA;
}
</style>
border-color css
<style>
span { border-color: #FB14EA; }
span { border-color: rgb(251,20,234); }
td.TdClassName
{
border-color: #FB14EA;
}
.TagClassName
{
border-color: #FB14EA;
}
</style>