Shades of Magenta #FB25F6
Tints of Magenta #FB25F6
RGB
CMYK
RGB Variations
Color information
#FB25F6 (or 0xFB25F6) is known color: Magenta. HEX triplet: FB, 25 and F6. RGB value is (251,37,246). Sum of RGB (Red+Green+Blue) = 251+37+246=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 37 (14.84% from 255 or 6.93% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25F6 is #04DA09. Grayscale: #7C7C7C. Windows color (decimal): -317962 or 16131579. OLE color: 16131579.
HSL color Cylindrical-coordinate representation of color #FB25F6: hue angle of 301.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25F6 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 246 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.02 |
| HSL | 301.4º | 0.96% | 0.56% | - |
| HSV(B) | 301.4º | 0.85% | 0.98% | - |
| XYZ | 57.08 | 28.49 | 89.68 | - |
| YUV | 124.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 246 | 0 | 0.85 | 0.02 | 0.02 | 301.4 | 0.96 | 0.56 |
| Hex | FB | 25 | F6 | 0 | 55 | 2 | 2 | 12D | 60 | 38 |
| Octal | 373 | 45 | 366 | 0 | 125 | 2 | 2 | 455 | 140 | 70 |
| Binary | 11111011 | 100101 | 11110110 | 0 | 1010101 | 10 | 10 | 100101101 | 1100000 | 111000 |
Color Harmonies of #FB25F6
Complementary color
Monochromatic Colors of #FB25F6
Black with #FB25F6
Text Example
Text Example
White with #FB25F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25F6; }
p { color: rgb(251,37,246); }
H1.HeaderClassName
{
color: #FB25F6;
}
.AnyTagClassName
{
color: #FB25F6;
}
</style>
background-color css
<style>
a { background-color: #FB25F6; }
a { background-color: rgb(251,37,246); }
div.DivClassName
{
background-color: #FB25F6;
}
.BgClassName
{
background-color: #FB25F6;
}
</style>
border-color css
<style>
span { border-color: #FB25F6; }
span { border-color: rgb(251,37,246); }
td.TdClassName
{
border-color: #FB25F6;
}
.TagClassName
{
border-color: #FB25F6;
}
</style>