Shades of Magenta #FB25F5
Tints of Magenta #FB25F5
RGB
CMYK
RGB Variations
Color information
#FB25F5 (or 0xFB25F5) is known color: Magenta. HEX triplet: FB, 25 and F5. RGB value is (251,37,245). Sum of RGB (Red+Green+Blue) = 251+37+245=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 37 (14.84% from 255 or 6.94% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25F5 is #04DA0A. Grayscale: #7C7C7C. Windows color (decimal): -317963 or 16066043. OLE color: 16066043.
HSL color Cylindrical-coordinate representation of color #FB25F5: hue angle of 301.68º 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 #FB25F5 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 245 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.02 |
| HSL | 301.68º | 0.96% | 0.56% | - |
| HSV(B) | 301.68º | 0.85% | 0.98% | - |
| XYZ | 56.93 | 28.42 | 88.87 | - |
| YUV | 124.7 | 195.9 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 245 | 0 | 0.85 | 0.02 | 0.02 | 301.68 | 0.96 | 0.56 |
| Hex | FB | 25 | F5 | 0 | 55 | 2 | 2 | 12E | 60 | 38 |
| Octal | 373 | 45 | 365 | 0 | 125 | 2 | 2 | 456 | 140 | 70 |
| Binary | 11111011 | 100101 | 11110101 | 0 | 1010101 | 10 | 10 | 100101110 | 1100000 | 111000 |
Color Harmonies of #FB25F5
Complementary color
Monochromatic Colors of #FB25F5
Black with #FB25F5
Text Example
Text Example
White with #FB25F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25F5; }
p { color: rgb(251,37,245); }
H1.HeaderClassName
{
color: #FB25F5;
}
.AnyTagClassName
{
color: #FB25F5;
}
</style>
background-color css
<style>
a { background-color: #FB25F5; }
a { background-color: rgb(251,37,245); }
div.DivClassName
{
background-color: #FB25F5;
}
.BgClassName
{
background-color: #FB25F5;
}
</style>
border-color css
<style>
span { border-color: #FB25F5; }
span { border-color: rgb(251,37,245); }
td.TdClassName
{
border-color: #FB25F5;
}
.TagClassName
{
border-color: #FB25F5;
}
</style>