Shades of Magenta #FB17F2
Tints of Magenta #FB17F2
RGB
CMYK
RGB Variations
Color information
#FB17F2 (or 0xFB17F2) is known color: Magenta. HEX triplet: FB, 17 and F2. RGB value is (251,23,242). Sum of RGB (Red+Green+Blue) = 251+23+242=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 23 (9.38% from 255 or 4.46% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB17F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB17F2 is #04E80D. Grayscale: #737373. Windows color (decimal): -321550 or 15865851. OLE color: 15865851.
HSL color Cylindrical-coordinate representation of color #FB17F2: hue angle of 302.37º 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 #FB17F2 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 242 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.02 |
| HSL | 302.37º | 0.97% | 0.54% | - |
| HSV(B) | 302.37º | 0.91% | 0.98% | - |
| XYZ | 56.12 | 27.53 | 86.36 | - |
| YUV | 116.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 242 | 0 | 0.91 | 0.04 | 0.02 | 302.37 | 0.97 | 0.54 |
| Hex | FB | 17 | F2 | 0 | 5B | 4 | 2 | 12E | 61 | 36 |
| Octal | 373 | 27 | 362 | 0 | 133 | 4 | 2 | 456 | 141 | 66 |
| Binary | 11111011 | 10111 | 11110010 | 0 | 1011011 | 100 | 10 | 100101110 | 1100001 | 110110 |
Color Harmonies of #FB17F2
Complementary color
Monochromatic Colors of #FB17F2
Black with #FB17F2
Text Example
Text Example
White with #FB17F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB17F2; }
p { color: rgb(251,23,242); }
H1.HeaderClassName
{
color: #FB17F2;
}
.AnyTagClassName
{
color: #FB17F2;
}
</style>
background-color css
<style>
a { background-color: #FB17F2; }
a { background-color: rgb(251,23,242); }
div.DivClassName
{
background-color: #FB17F2;
}
.BgClassName
{
background-color: #FB17F2;
}
</style>
border-color css
<style>
span { border-color: #FB17F2; }
span { border-color: rgb(251,23,242); }
td.TdClassName
{
border-color: #FB17F2;
}
.TagClassName
{
border-color: #FB17F2;
}
</style>