Shades of Magenta #FB25F2
Tints of Magenta #FB25F2
RGB
CMYK
RGB Variations
Color information
#FB25F2 (or 0xFB25F2) is known color: Magenta. HEX triplet: FB, 25 and F2. RGB value is (251,37,242). Sum of RGB (Red+Green+Blue) = 251+37+242=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 37 (14.84% from 255 or 6.98% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25F2 is #04DA0D. Grayscale: #7B7B7B. Windows color (decimal): -317966 or 15869435. OLE color: 15869435.
HSL color Cylindrical-coordinate representation of color #FB25F2: hue angle of 302.52º 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 #FB25F2 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 242 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.02 |
| HSL | 302.52º | 0.96% | 0.56% | - |
| HSV(B) | 302.52º | 0.85% | 0.98% | - |
| XYZ | 56.47 | 28.24 | 86.48 | - |
| YUV | 124.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 242 | 0 | 0.85 | 0.04 | 0.02 | 302.52 | 0.96 | 0.56 |
| Hex | FB | 25 | F2 | 0 | 55 | 4 | 2 | 12F | 60 | 38 |
| Octal | 373 | 45 | 362 | 0 | 125 | 4 | 2 | 457 | 140 | 70 |
| Binary | 11111011 | 100101 | 11110010 | 0 | 1010101 | 100 | 10 | 100101111 | 1100000 | 111000 |
Color Harmonies of #FB25F2
Complementary color
Monochromatic Colors of #FB25F2
Black with #FB25F2
Text Example
Text Example
White with #FB25F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB25F2; }
p { color: rgb(251,37,242); }
H1.HeaderClassName
{
color: #FB25F2;
}
.AnyTagClassName
{
color: #FB25F2;
}
</style>
background-color css
<style>
a { background-color: #FB25F2; }
a { background-color: rgb(251,37,242); }
div.DivClassName
{
background-color: #FB25F2;
}
.BgClassName
{
background-color: #FB25F2;
}
</style>
border-color css
<style>
span { border-color: #FB25F2; }
span { border-color: rgb(251,37,242); }
td.TdClassName
{
border-color: #FB25F2;
}
.TagClassName
{
border-color: #FB25F2;
}
</style>