Shades of Magenta #FB0FF3
Tints of Magenta #FB0FF3
RGB
CMYK
RGB Variations
Color information
#FB0FF3 (or 0xFB0FF3) is known color: Magenta. HEX triplet: FB, 0F and F3. RGB value is (251,15,243). Sum of RGB (Red+Green+Blue) = 251+15+243=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 15 (6.25% from 255 or 2.95% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FF3 is #04F00C. Grayscale: #6E6E6E. Windows color (decimal): -323597 or 15929339. OLE color: 15929339.
HSL color Cylindrical-coordinate representation of color #FB0FF3: hue angle of 302.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FF3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 15 | 243 | - |
CMYK | 0 | 0.94 | 0.03 | 0.02 |
HSL | 302.03º | 0.97% | 0.52% | - |
HSV(B) | 302.03º | 0.94% | 0.98% | - |
XYZ | 56.13 | 27.32 | 87.11 | - |
YUV | 111.56 | 202.19 | 227.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 15 | 243 | 0 | 0.94 | 0.03 | 0.02 | 302.03 | 0.97 | 0.52 |
Hex | FB | F | F3 | 0 | 5E | 3 | 2 | 12E | 61 | 34 |
Octal | 373 | 17 | 363 | 0 | 136 | 3 | 2 | 456 | 141 | 64 |
Binary | 11111011 | 1111 | 11110011 | 0 | 1011110 | 11 | 10 | 100101110 | 1100001 | 110100 |
Color Harmonies of #FB0FF3
Complementary color
Monochromatic Colors of #FB0FF3
Black with #FB0FF3
Text Example
Text Example
White with #FB0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FF3; }
p { color: rgb(251,15,243); }
H1.HeaderClassName
{
color: #FB0FF3;
}
.AnyTagClassName
{
color: #FB0FF3;
}
</style>
background-color css
<style>
a { background-color: #FB0FF3; }
a { background-color: rgb(251,15,243); }
div.DivClassName
{
background-color: #FB0FF3;
}
.BgClassName
{
background-color: #FB0FF3;
}
</style>
border-color css
<style>
span { border-color: #FB0FF3; }
span { border-color: rgb(251,15,243); }
td.TdClassName
{
border-color: #FB0FF3;
}
.TagClassName
{
border-color: #FB0FF3;
}
</style>