Shades of Magenta #FB23ED
Tints of Magenta #FB23ED
RGB
CMYK
RGB Variations
Color information
#FB23ED (or 0xFB23ED) is known color: Magenta. HEX triplet: FB, 23 and ED. RGB value is (251,35,237). Sum of RGB (Red+Green+Blue) = 251+35+237=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 35 (14.06% from 255 or 6.69% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB23ED is #04DC12. Grayscale: #7A7A7A. Windows color (decimal): -318483 or 15541243. OLE color: 15541243.
HSL color Cylindrical-coordinate representation of color #FB23ED: hue angle of 303.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB23ED is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 237 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.02 |
| HSL | 303.89º | 0.96% | 0.56% | - |
| HSV(B) | 303.89º | 0.86% | 0.98% | - |
| XYZ | 55.67 | 27.83 | 82.56 | - |
| YUV | 122.61 | 192.56 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 237 | 0 | 0.86 | 0.06 | 0.02 | 303.89 | 0.96 | 0.56 |
| Hex | FB | 23 | ED | 0 | 56 | 6 | 2 | 130 | 60 | 38 |
| Octal | 373 | 43 | 355 | 0 | 126 | 6 | 2 | 460 | 140 | 70 |
| Binary | 11111011 | 100011 | 11101101 | 0 | 1010110 | 110 | 10 | 100110000 | 1100000 | 111000 |
Color Harmonies of #FB23ED
Complementary color
Monochromatic Colors of #FB23ED
Black with #FB23ED
Text Example
Text Example
White with #FB23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23ED; }
p { color: rgb(251,35,237); }
H1.HeaderClassName
{
color: #FB23ED;
}
.AnyTagClassName
{
color: #FB23ED;
}
</style>
background-color css
<style>
a { background-color: #FB23ED; }
a { background-color: rgb(251,35,237); }
div.DivClassName
{
background-color: #FB23ED;
}
.BgClassName
{
background-color: #FB23ED;
}
</style>
border-color css
<style>
span { border-color: #FB23ED; }
span { border-color: rgb(251,35,237); }
td.TdClassName
{
border-color: #FB23ED;
}
.TagClassName
{
border-color: #FB23ED;
}
</style>