Shades of Magenta #FB14ED
Tints of Magenta #FB14ED
RGB
CMYK
RGB Variations
Color information
#FB14ED (or 0xFB14ED) is known color: Magenta. HEX triplet: FB, 14 and ED. RGB value is (251,20,237). Sum of RGB (Red+Green+Blue) = 251+20+237=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 20 (8.20% from 255 or 3.94% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14ED is #04EB12. Grayscale: #717171. Windows color (decimal): -322323 or 15537403. OLE color: 15537403.
HSL color Cylindrical-coordinate representation of color #FB14ED: hue angle of 303.64º 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 #FB14ED is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 303.64º | 0.97% | 0.53% | - |
| HSV(B) | 303.64º | 0.92% | 0.98% | - |
| XYZ | 55.32 | 27.12 | 82.44 | - |
| YUV | 113.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 237 | 0 | 0.92 | 0.06 | 0.02 | 303.64 | 0.97 | 0.53 |
| Hex | FB | 14 | ED | 0 | 5C | 6 | 2 | 130 | 61 | 35 |
| Octal | 373 | 24 | 355 | 0 | 134 | 6 | 2 | 460 | 141 | 65 |
| Binary | 11111011 | 10100 | 11101101 | 0 | 1011100 | 110 | 10 | 100110000 | 1100001 | 110101 |
Color Harmonies of #FB14ED
Complementary color
Monochromatic Colors of #FB14ED
Black with #FB14ED
Text Example
Text Example
White with #FB14ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14ED; }
p { color: rgb(251,20,237); }
H1.HeaderClassName
{
color: #FB14ED;
}
.AnyTagClassName
{
color: #FB14ED;
}
</style>
background-color css
<style>
a { background-color: #FB14ED; }
a { background-color: rgb(251,20,237); }
div.DivClassName
{
background-color: #FB14ED;
}
.BgClassName
{
background-color: #FB14ED;
}
</style>
border-color css
<style>
span { border-color: #FB14ED; }
span { border-color: rgb(251,20,237); }
td.TdClassName
{
border-color: #FB14ED;
}
.TagClassName
{
border-color: #FB14ED;
}
</style>