Shades of Magenta #FB23F2
Tints of Magenta #FB23F2
RGB
CMYK
RGB Variations
Color information
#FB23F2 (or 0xFB23F2) is known color: Magenta. HEX triplet: FB, 23 and F2. RGB value is (251,35,242). Sum of RGB (Red+Green+Blue) = 251+35+242=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 35 (14.06% from 255 or 6.63% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB23F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB23F2 is #04DC0D. Grayscale: #7A7A7A. Windows color (decimal): -318478 or 15868923. OLE color: 15868923.
HSL color Cylindrical-coordinate representation of color #FB23F2: hue angle of 302.5º 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 #FB23F2 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 242 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.02 |
| HSL | 302.5º | 0.96% | 0.56% | - |
| HSV(B) | 302.5º | 0.86% | 0.98% | - |
| XYZ | 56.41 | 28.12 | 86.46 | - |
| YUV | 123.18 | 195.06 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 242 | 0 | 0.86 | 0.04 | 0.02 | 302.5 | 0.96 | 0.56 |
| Hex | FB | 23 | F2 | 0 | 56 | 4 | 2 | 12E | 60 | 38 |
| Octal | 373 | 43 | 362 | 0 | 126 | 4 | 2 | 456 | 140 | 70 |
| Binary | 11111011 | 100011 | 11110010 | 0 | 1010110 | 100 | 10 | 100101110 | 1100000 | 111000 |
Color Harmonies of #FB23F2
Complementary color
Monochromatic Colors of #FB23F2
Black with #FB23F2
Text Example
Text Example
White with #FB23F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB23F2; }
p { color: rgb(251,35,242); }
H1.HeaderClassName
{
color: #FB23F2;
}
.AnyTagClassName
{
color: #FB23F2;
}
</style>
background-color css
<style>
a { background-color: #FB23F2; }
a { background-color: rgb(251,35,242); }
div.DivClassName
{
background-color: #FB23F2;
}
.BgClassName
{
background-color: #FB23F2;
}
</style>
border-color css
<style>
span { border-color: #FB23F2; }
span { border-color: rgb(251,35,242); }
td.TdClassName
{
border-color: #FB23F2;
}
.TagClassName
{
border-color: #FB23F2;
}
</style>