Shades of Magenta #FB14EE
Tints of Magenta #FB14EE
RGB
CMYK
RGB Variations
Color information
#FB14EE (or 0xFB14EE) is known color: Magenta. HEX triplet: FB, 14 and EE. RGB value is (251,20,238). Sum of RGB (Red+Green+Blue) = 251+20+238=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14EE is #04EB11. Grayscale: #717171. Windows color (decimal): -322322 or 15602939. OLE color: 15602939.
HSL color Cylindrical-coordinate representation of color #FB14EE: hue angle of 303.38º 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 #FB14EE is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 238 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.02 |
| HSL | 303.38º | 0.97% | 0.53% | - |
| HSV(B) | 303.38º | 0.92% | 0.98% | - |
| XYZ | 55.47 | 27.18 | 83.21 | - |
| YUV | 113.92 | 198.03 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 238 | 0 | 0.92 | 0.05 | 0.02 | 303.38 | 0.97 | 0.53 |
| Hex | FB | 14 | EE | 0 | 5C | 5 | 2 | 12F | 61 | 35 |
| Octal | 373 | 24 | 356 | 0 | 134 | 5 | 2 | 457 | 141 | 65 |
| Binary | 11111011 | 10100 | 11101110 | 0 | 1011100 | 101 | 10 | 100101111 | 1100001 | 110101 |
Color Harmonies of #FB14EE
Complementary color
Monochromatic Colors of #FB14EE
Black with #FB14EE
Text Example
Text Example
White with #FB14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14EE; }
p { color: rgb(251,20,238); }
H1.HeaderClassName
{
color: #FB14EE;
}
.AnyTagClassName
{
color: #FB14EE;
}
</style>
background-color css
<style>
a { background-color: #FB14EE; }
a { background-color: rgb(251,20,238); }
div.DivClassName
{
background-color: #FB14EE;
}
.BgClassName
{
background-color: #FB14EE;
}
</style>
border-color css
<style>
span { border-color: #FB14EE; }
span { border-color: rgb(251,20,238); }
td.TdClassName
{
border-color: #FB14EE;
}
.TagClassName
{
border-color: #FB14EE;
}
</style>