Shades of Magenta #FB24FB
Tints of Magenta #FB24FB
RGB
CMYK
RGB Variations
Color information
#FB24FB (or 0xFB24FB) is known color: Magenta. HEX triplet: FB, 24 and FB. RGB value is (251,36,251). Sum of RGB (Red+Green+Blue) = 251+36+251=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 36 (14.45% from 255 or 6.69% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB24FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB24FB is #04DB04. Grayscale: #7C7C7C. Windows color (decimal): -318213 or 16459003. OLE color: 16459003.
HSL color Cylindrical-coordinate representation of color #FB24FB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB24FB is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 251 | - |
| CMYK | 0 | 0.86 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.56% | - |
| HSV(B) | 300º | 0.86% | 0.98% | - |
| XYZ | 57.83 | 28.74 | 93.77 | - |
| YUV | 124.8 | 199.23 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 251 | 0 | 0.86 | 0 | 0.02 | 300 | 0.96 | 0.56 |
| Hex | FB | 24 | FB | 0 | 56 | 0 | 2 | 12C | 60 | 38 |
| Octal | 373 | 44 | 373 | 0 | 126 | 0 | 2 | 454 | 140 | 70 |
| Binary | 11111011 | 100100 | 11111011 | 0 | 1010110 | 0 | 10 | 100101100 | 1100000 | 111000 |
Color Harmonies of #FB24FB
Complementary color
Monochromatic Colors of #FB24FB
Black with #FB24FB
Text Example
Text Example
White with #FB24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB24FB; }
p { color: rgb(251,36,251); }
H1.HeaderClassName
{
color: #FB24FB;
}
.AnyTagClassName
{
color: #FB24FB;
}
</style>
background-color css
<style>
a { background-color: #FB24FB; }
a { background-color: rgb(251,36,251); }
div.DivClassName
{
background-color: #FB24FB;
}
.BgClassName
{
background-color: #FB24FB;
}
</style>
border-color css
<style>
span { border-color: #FB24FB; }
span { border-color: rgb(251,36,251); }
td.TdClassName
{
border-color: #FB24FB;
}
.TagClassName
{
border-color: #FB24FB;
}
</style>