Shades of Magenta #FB17E7
Tints of Magenta #FB17E7
RGB
CMYK
RGB Variations
Color information
#FB17E7 (or 0xFB17E7) is known color: Magenta. HEX triplet: FB, 17 and E7. RGB value is (251,23,231). Sum of RGB (Red+Green+Blue) = 251+23+231=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB17E7 is #04E818. Grayscale: #727272. Windows color (decimal): -321561 or 15144955. OLE color: 15144955.
HSL color Cylindrical-coordinate representation of color #FB17E7: hue angle of 305.26º 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 #FB17E7 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 231 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.02 |
| HSL | 305.26º | 0.97% | 0.54% | - |
| HSV(B) | 305.26º | 0.91% | 0.98% | - |
| XYZ | 54.51 | 26.89 | 77.92 | - |
| YUV | 114.88 | 193.54 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 231 | 0 | 0.91 | 0.08 | 0.02 | 305.26 | 0.97 | 0.54 |
| Hex | FB | 17 | E7 | 0 | 5B | 8 | 2 | 131 | 61 | 36 |
| Octal | 373 | 27 | 347 | 0 | 133 | 10 | 2 | 461 | 141 | 66 |
| Binary | 11111011 | 10111 | 11100111 | 0 | 1011011 | 1000 | 10 | 100110001 | 1100001 | 110110 |
Color Harmonies of #FB17E7
Complementary color
Monochromatic Colors of #FB17E7
Black with #FB17E7
Text Example
Text Example
White with #FB17E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17E7; }
p { color: rgb(251,23,231); }
H1.HeaderClassName
{
color: #FB17E7;
}
.AnyTagClassName
{
color: #FB17E7;
}
</style>
background-color css
<style>
a { background-color: #FB17E7; }
a { background-color: rgb(251,23,231); }
div.DivClassName
{
background-color: #FB17E7;
}
.BgClassName
{
background-color: #FB17E7;
}
</style>
border-color css
<style>
span { border-color: #FB17E7; }
span { border-color: rgb(251,23,231); }
td.TdClassName
{
border-color: #FB17E7;
}
.TagClassName
{
border-color: #FB17E7;
}
</style>