Shades of Magenta #FF0CFB
Tints of Magenta #FF0CFB
RGB
CMYK
RGB Variations
Color information
#FF0CFB (or 0xFF0CFB) is known color: Magenta. HEX triplet: FF, 0C and FB. RGB value is (255,12,251). Sum of RGB (Red+Green+Blue) = 255+12+251=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 12 (5.08% from 255 or 2.32% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CFB is #00F304. Grayscale: #6F6F6F. Windows color (decimal): -62213 or 16452863. OLE color: 16452863.
HSL color Cylindrical-coordinate representation of color #FF0CFB: hue angle of 300.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CFB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 251 | - |
| CMYK | 0 | 0.95 | 0.02 | 0 |
| HSL | 300.99º | 1% | 0.52% | - |
| HSV(B) | 300.99º | 0.95% | 1% | - |
| XYZ | 58.78 | 28.49 | 93.67 | - |
| YUV | 111.9 | 206.51 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 251 | 0 | 0.95 | 0.02 | 0 | 300.99 | 1 | 0.52 |
| Hex | FF | C | FB | 0 | 5F | 2 | 0 | 12D | 64 | 34 |
| Octal | 377 | 14 | 373 | 0 | 137 | 2 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1100 | 11111011 | 0 | 1011111 | 10 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF0CFB
Complementary color
Monochromatic Colors of #FF0CFB
Black with #FF0CFB
Text Example
Text Example
White with #FF0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CFB; }
p { color: rgb(255,12,251); }
H1.HeaderClassName
{
color: #FF0CFB;
}
.AnyTagClassName
{
color: #FF0CFB;
}
</style>
background-color css
<style>
a { background-color: #FF0CFB; }
a { background-color: rgb(255,12,251); }
div.DivClassName
{
background-color: #FF0CFB;
}
.BgClassName
{
background-color: #FF0CFB;
}
</style>
border-color css
<style>
span { border-color: #FF0CFB; }
span { border-color: rgb(255,12,251); }
td.TdClassName
{
border-color: #FF0CFB;
}
.TagClassName
{
border-color: #FF0CFB;
}
</style>