Shades of Magenta #FB15ED
Tints of Magenta #FB15ED
RGB
CMYK
RGB Variations
Color information
#FB15ED (or 0xFB15ED) is known color: Magenta. HEX triplet: FB, 15 and ED. RGB value is (251,21,237). Sum of RGB (Red+Green+Blue) = 251+21+237=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 21 (8.59% from 255 or 4.13% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15ED is #04EA12. Grayscale: #717171. Windows color (decimal): -322067 or 15537659. OLE color: 15537659.
HSL color Cylindrical-coordinate representation of color #FB15ED: hue angle of 303.65º 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 #FB15ED is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 237 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 303.65º | 0.97% | 0.53% | - |
| HSV(B) | 303.65º | 0.92% | 0.98% | - |
| XYZ | 55.34 | 27.16 | 82.45 | - |
| YUV | 114.39 | 197.2 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 237 | 0 | 0.92 | 0.06 | 0.02 | 303.65 | 0.97 | 0.53 |
| Hex | FB | 15 | ED | 0 | 5C | 6 | 2 | 130 | 61 | 35 |
| Octal | 373 | 25 | 355 | 0 | 134 | 6 | 2 | 460 | 141 | 65 |
| Binary | 11111011 | 10101 | 11101101 | 0 | 1011100 | 110 | 10 | 100110000 | 1100001 | 110101 |
Color Harmonies of #FB15ED
Complementary color
Monochromatic Colors of #FB15ED
Black with #FB15ED
Text Example
Text Example
White with #FB15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15ED; }
p { color: rgb(251,21,237); }
H1.HeaderClassName
{
color: #FB15ED;
}
.AnyTagClassName
{
color: #FB15ED;
}
</style>
background-color css
<style>
a { background-color: #FB15ED; }
a { background-color: rgb(251,21,237); }
div.DivClassName
{
background-color: #FB15ED;
}
.BgClassName
{
background-color: #FB15ED;
}
</style>
border-color css
<style>
span { border-color: #FB15ED; }
span { border-color: rgb(251,21,237); }
td.TdClassName
{
border-color: #FB15ED;
}
.TagClassName
{
border-color: #FB15ED;
}
</style>