Shades of Magenta #FB0CFA
Tints of Magenta #FB0CFA
RGB
CMYK
RGB Variations
Color information
#FB0CFA (or 0xFB0CFA) is known color: Magenta. HEX triplet: FB, 0C and FA. RGB value is (251,12,250). Sum of RGB (Red+Green+Blue) = 251+12+250=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0CFA is #04F305. Grayscale: #6D6D6D. Windows color (decimal): -324358 or 16387323. OLE color: 16387323.
HSL color Cylindrical-coordinate representation of color #FB0CFA: hue angle of 300.25º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CFA is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 250 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.02 |
| HSL | 300.25º | 0.97% | 0.52% | - |
| HSV(B) | 300.25º | 0.95% | 0.98% | - |
| XYZ | 57.17 | 27.67 | 92.77 | - |
| YUV | 110.59 | 206.68 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 250 | 0 | 0.95 | 0.00 | 0.02 | 300.25 | 0.97 | 0.52 |
| Hex | FB | C | FA | 0 | 5F | 0 | 2 | 12C | 61 | 34 |
| Octal | 373 | 14 | 372 | 0 | 137 | 0 | 2 | 454 | 141 | 64 |
| Binary | 11111011 | 1100 | 11111010 | 0 | 1011111 | 0 | 10 | 100101100 | 1100001 | 110100 |
Color Harmonies of #FB0CFA
Complementary color
Monochromatic Colors of #FB0CFA
Black with #FB0CFA
Text Example
Text Example
White with #FB0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CFA; }
p { color: rgb(251,12,250); }
H1.HeaderClassName
{
color: #FB0CFA;
}
.AnyTagClassName
{
color: #FB0CFA;
}
</style>
background-color css
<style>
a { background-color: #FB0CFA; }
a { background-color: rgb(251,12,250); }
div.DivClassName
{
background-color: #FB0CFA;
}
.BgClassName
{
background-color: #FB0CFA;
}
</style>
border-color css
<style>
span { border-color: #FB0CFA; }
span { border-color: rgb(251,12,250); }
td.TdClassName
{
border-color: #FB0CFA;
}
.TagClassName
{
border-color: #FB0CFA;
}
</style>