Shades of Magenta #FB25F1
Tints of Magenta #FB25F1
RGB
CMYK
RGB Variations
Color information
#FB25F1 (or 0xFB25F1) is known color: Magenta. HEX triplet: FB, 25 and F1. RGB value is (251,37,241). Sum of RGB (Red+Green+Blue) = 251+37+241=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25F1 is #04DA0E. Grayscale: #7B7B7B. Windows color (decimal): -317967 or 15803899. OLE color: 15803899.
HSL color Cylindrical-coordinate representation of color #FB25F1: hue angle of 302.8º 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 #FB25F1 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 241 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.02 |
| HSL | 302.8º | 0.96% | 0.56% | - |
| HSV(B) | 302.8º | 0.85% | 0.98% | - |
| XYZ | 56.32 | 28.18 | 85.69 | - |
| YUV | 124.24 | 193.9 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 241 | 0 | 0.85 | 0.04 | 0.02 | 302.8 | 0.96 | 0.56 |
| Hex | FB | 25 | F1 | 0 | 55 | 4 | 2 | 12F | 60 | 38 |
| Octal | 373 | 45 | 361 | 0 | 125 | 4 | 2 | 457 | 140 | 70 |
| Binary | 11111011 | 100101 | 11110001 | 0 | 1010101 | 100 | 10 | 100101111 | 1100000 | 111000 |
Color Harmonies of #FB25F1
Complementary color
Monochromatic Colors of #FB25F1
Black with #FB25F1
Text Example
Text Example
White with #FB25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25F1; }
p { color: rgb(251,37,241); }
H1.HeaderClassName
{
color: #FB25F1;
}
.AnyTagClassName
{
color: #FB25F1;
}
</style>
background-color css
<style>
a { background-color: #FB25F1; }
a { background-color: rgb(251,37,241); }
div.DivClassName
{
background-color: #FB25F1;
}
.BgClassName
{
background-color: #FB25F1;
}
</style>
border-color css
<style>
span { border-color: #FB25F1; }
span { border-color: rgb(251,37,241); }
td.TdClassName
{
border-color: #FB25F1;
}
.TagClassName
{
border-color: #FB25F1;
}
</style>