Shades of Magenta #FB17F7
Tints of Magenta #FB17F7
RGB
CMYK
RGB Variations
Color information
#FB17F7 (or 0xFB17F7) is known color: Magenta. HEX triplet: FB, 17 and F7. RGB value is (251,23,247). Sum of RGB (Red+Green+Blue) = 251+23+247=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 23 (9.38% from 255 or 4.41% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB17F7 is #04E808. Grayscale: #747474. Windows color (decimal): -321545 or 16193531. OLE color: 16193531.
HSL color Cylindrical-coordinate representation of color #FB17F7: hue angle of 301.05º 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 #FB17F7 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 247 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.02 |
| HSL | 301.05º | 0.97% | 0.54% | - |
| HSV(B) | 301.05º | 0.91% | 0.98% | - |
| XYZ | 56.88 | 27.84 | 90.37 | - |
| YUV | 116.71 | 201.54 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 247 | 0 | 0.91 | 0.02 | 0.02 | 301.05 | 0.97 | 0.54 |
| Hex | FB | 17 | F7 | 0 | 5B | 2 | 2 | 12D | 61 | 36 |
| Octal | 373 | 27 | 367 | 0 | 133 | 2 | 2 | 455 | 141 | 66 |
| Binary | 11111011 | 10111 | 11110111 | 0 | 1011011 | 10 | 10 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FB17F7
Complementary color
Monochromatic Colors of #FB17F7
Black with #FB17F7
Text Example
Text Example
White with #FB17F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17F7; }
p { color: rgb(251,23,247); }
H1.HeaderClassName
{
color: #FB17F7;
}
.AnyTagClassName
{
color: #FB17F7;
}
</style>
background-color css
<style>
a { background-color: #FB17F7; }
a { background-color: rgb(251,23,247); }
div.DivClassName
{
background-color: #FB17F7;
}
.BgClassName
{
background-color: #FB17F7;
}
</style>
border-color css
<style>
span { border-color: #FB17F7; }
span { border-color: rgb(251,23,247); }
td.TdClassName
{
border-color: #FB17F7;
}
.TagClassName
{
border-color: #FB17F7;
}
</style>