Shades of Magenta #FB17FA
Tints of Magenta #FB17FA
RGB
CMYK
RGB Variations
Color information
#FB17FA (or 0xFB17FA) is known color: Magenta. HEX triplet: FB, 17 and FA. RGB value is (251,23,250). Sum of RGB (Red+Green+Blue) = 251+23+250=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 23 (9.38% from 255 or 4.39% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB17FA is #04E805. Grayscale: #747474. Windows color (decimal): -321542 or 16390139. OLE color: 16390139.
HSL color Cylindrical-coordinate representation of color #FB17FA: hue angle of 300.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 #FB17FA is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 250 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.02 |
| HSL | 300.26º | 0.97% | 0.54% | - |
| HSV(B) | 300.26º | 0.91% | 0.98% | - |
| XYZ | 57.35 | 28.02 | 92.83 | - |
| YUV | 117.05 | 203.04 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 250 | 0 | 0.91 | 0.00 | 0.02 | 300.26 | 0.97 | 0.54 |
| Hex | FB | 17 | FA | 0 | 5B | 0 | 2 | 12C | 61 | 36 |
| Octal | 373 | 27 | 372 | 0 | 133 | 0 | 2 | 454 | 141 | 66 |
| Binary | 11111011 | 10111 | 11111010 | 0 | 1011011 | 0 | 10 | 100101100 | 1100001 | 110110 |
Color Harmonies of #FB17FA
Complementary color
Monochromatic Colors of #FB17FA
Black with #FB17FA
Text Example
Text Example
White with #FB17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17FA; }
p { color: rgb(251,23,250); }
H1.HeaderClassName
{
color: #FB17FA;
}
.AnyTagClassName
{
color: #FB17FA;
}
</style>
background-color css
<style>
a { background-color: #FB17FA; }
a { background-color: rgb(251,23,250); }
div.DivClassName
{
background-color: #FB17FA;
}
.BgClassName
{
background-color: #FB17FA;
}
</style>
border-color css
<style>
span { border-color: #FB17FA; }
span { border-color: rgb(251,23,250); }
td.TdClassName
{
border-color: #FB17FA;
}
.TagClassName
{
border-color: #FB17FA;
}
</style>