Shades of Magenta #FB17E6
Tints of Magenta #FB17E6
RGB
CMYK
RGB Variations
Color information
#FB17E6 (or 0xFB17E6) is known color: Magenta. HEX triplet: FB, 17 and E6. RGB value is (251,23,230). Sum of RGB (Red+Green+Blue) = 251+23+230=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 23 (9.38% from 255 or 4.56% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB17E6 is #04E819. Grayscale: #727272. Windows color (decimal): -321562 or 15079419. OLE color: 15079419.
HSL color Cylindrical-coordinate representation of color #FB17E6: hue angle of 305.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB17E6 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 230 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.02 |
| HSL | 305.53º | 0.97% | 0.54% | - |
| HSV(B) | 305.53º | 0.91% | 0.98% | - |
| XYZ | 54.37 | 26.84 | 77.18 | - |
| YUV | 114.77 | 193.04 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 230 | 0 | 0.91 | 0.08 | 0.02 | 305.53 | 0.97 | 0.54 |
| Hex | FB | 17 | E6 | 0 | 5B | 8 | 2 | 132 | 61 | 36 |
| Octal | 373 | 27 | 346 | 0 | 133 | 10 | 2 | 462 | 141 | 66 |
| Binary | 11111011 | 10111 | 11100110 | 0 | 1011011 | 1000 | 10 | 100110010 | 1100001 | 110110 |
Color Harmonies of #FB17E6
Complementary color
Monochromatic Colors of #FB17E6
Black with #FB17E6
Text Example
Text Example
White with #FB17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17E6; }
p { color: rgb(251,23,230); }
H1.HeaderClassName
{
color: #FB17E6;
}
.AnyTagClassName
{
color: #FB17E6;
}
</style>
background-color css
<style>
a { background-color: #FB17E6; }
a { background-color: rgb(251,23,230); }
div.DivClassName
{
background-color: #FB17E6;
}
.BgClassName
{
background-color: #FB17E6;
}
</style>
border-color css
<style>
span { border-color: #FB17E6; }
span { border-color: rgb(251,23,230); }
td.TdClassName
{
border-color: #FB17E6;
}
.TagClassName
{
border-color: #FB17E6;
}
</style>