Shades of Magenta #FB02F2
Tints of Magenta #FB02F2
RGB
CMYK
RGB Variations
Color information
#FB02F2 (or 0xFB02F2) is known color: Magenta. HEX triplet: FB, 02 and F2. RGB value is (251,2,242). Sum of RGB (Red+Green+Blue) = 251+2+242=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02F2 is #04FD0D. Grayscale: #676767. Windows color (decimal): -326926 or 15860475. OLE color: 15860475.
HSL color Cylindrical-coordinate representation of color #FB02F2: hue angle of 302.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02F2 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 242 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.02 |
| HSL | 302.17º | 0.98% | 0.5% | - |
| HSV(B) | 302.17º | 0.99% | 0.98% | - |
| XYZ | 55.83 | 26.96 | 86.27 | - |
| YUV | 103.81 | 205.99 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 242 | 0 | 0.99 | 0.04 | 0.02 | 302.17 | 0.98 | 0.5 |
| Hex | FB | 2 | F2 | 0 | 63 | 4 | 2 | 12E | 62 | 32 |
| Octal | 373 | 2 | 362 | 0 | 143 | 4 | 2 | 456 | 142 | 62 |
| Binary | 11111011 | 10 | 11110010 | 0 | 1100011 | 100 | 10 | 100101110 | 1100010 | 110010 |
Color Harmonies of #FB02F2
Complementary color
Monochromatic Colors of #FB02F2
Black with #FB02F2
Text Example
Text Example
White with #FB02F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02F2; }
p { color: rgb(251,2,242); }
H1.HeaderClassName
{
color: #FB02F2;
}
.AnyTagClassName
{
color: #FB02F2;
}
</style>
background-color css
<style>
a { background-color: #FB02F2; }
a { background-color: rgb(251,2,242); }
div.DivClassName
{
background-color: #FB02F2;
}
.BgClassName
{
background-color: #FB02F2;
}
</style>
border-color css
<style>
span { border-color: #FB02F2; }
span { border-color: rgb(251,2,242); }
td.TdClassName
{
border-color: #FB02F2;
}
.TagClassName
{
border-color: #FB02F2;
}
</style>