Shades of Magenta #FB0DFC
Tints of Magenta #FB0DFC
RGB
CMYK
RGB Variations
Color information
#FB0DFC (or 0xFB0DFC) is known color: Magenta. HEX triplet: FB, 0D and FC. RGB value is (251,13,252). Sum of RGB (Red+Green+Blue) = 251+13+252=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 13 (5.47% from 255 or 2.52% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB0DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0DFC is #04F203. Grayscale: #6E6E6E. Windows color (decimal): -324100 or 16518651. OLE color: 16518651.
HSL color Cylindrical-coordinate representation of color #FB0DFC: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DFC is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 13 | 252 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.01 |
| HSL | 299.75º | 0.98% | 0.52% | - |
| HSV(B) | 299.75º | 0.95% | 0.99% | - |
| XYZ | 57.5 | 27.83 | 94.44 | - |
| YUV | 111.41 | 207.35 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 252 | 0.00 | 0.95 | 0 | 0.01 | 299.75 | 0.98 | 0.52 |
| Hex | FB | D | FC | 0 | 5F | 0 | 1 | 12C | 62 | 34 |
| Octal | 373 | 15 | 374 | 0 | 137 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111011 | 1101 | 11111100 | 0 | 1011111 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FB0DFC
Complementary color
Monochromatic Colors of #FB0DFC
Black with #FB0DFC
Text Example
Text Example
White with #FB0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DFC; }
p { color: rgb(251,13,252); }
H1.HeaderClassName
{
color: #FB0DFC;
}
.AnyTagClassName
{
color: #FB0DFC;
}
</style>
background-color css
<style>
a { background-color: #FB0DFC; }
a { background-color: rgb(251,13,252); }
div.DivClassName
{
background-color: #FB0DFC;
}
.BgClassName
{
background-color: #FB0DFC;
}
</style>
border-color css
<style>
span { border-color: #FB0DFC; }
span { border-color: rgb(251,13,252); }
td.TdClassName
{
border-color: #FB0DFC;
}
.TagClassName
{
border-color: #FB0DFC;
}
</style>