Shades of Magenta #FF0CF9
Tints of Magenta #FF0CF9
RGB
CMYK
RGB Variations
Color information
#FF0CF9 (or 0xFF0CF9) is known color: Magenta. HEX triplet: FF, 0C and F9. RGB value is (255,12,249). Sum of RGB (Red+Green+Blue) = 255+12+249=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 12 (5.08% from 255 or 2.33% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CF9 is #00F306. Grayscale: #6E6E6E. Windows color (decimal): -62215 or 16321791. OLE color: 16321791.
HSL color Cylindrical-coordinate representation of color #FF0CF9: hue angle of 301.48º 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 #FF0CF9 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 249 | - |
| CMYK | 0 | 0.95 | 0.02 | 0 |
| HSL | 301.48º | 1% | 0.52% | - |
| HSV(B) | 301.48º | 0.95% | 1% | - |
| XYZ | 58.47 | 28.36 | 92.02 | - |
| YUV | 111.68 | 205.51 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 249 | 0 | 0.95 | 0.02 | 0 | 301.48 | 1 | 0.52 |
| Hex | FF | C | F9 | 0 | 5F | 2 | 0 | 12D | 64 | 34 |
| Octal | 377 | 14 | 371 | 0 | 137 | 2 | 0 | 455 | 144 | 64 |
| Binary | 11111111 | 1100 | 11111001 | 0 | 1011111 | 10 | 0 | 100101101 | 1100100 | 110100 |
Color Harmonies of #FF0CF9
Complementary color
Monochromatic Colors of #FF0CF9
Black with #FF0CF9
Text Example
Text Example
White with #FF0CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CF9; }
p { color: rgb(255,12,249); }
H1.HeaderClassName
{
color: #FF0CF9;
}
.AnyTagClassName
{
color: #FF0CF9;
}
</style>
background-color css
<style>
a { background-color: #FF0CF9; }
a { background-color: rgb(255,12,249); }
div.DivClassName
{
background-color: #FF0CF9;
}
.BgClassName
{
background-color: #FF0CF9;
}
</style>
border-color css
<style>
span { border-color: #FF0CF9; }
span { border-color: rgb(255,12,249); }
td.TdClassName
{
border-color: #FF0CF9;
}
.TagClassName
{
border-color: #FF0CF9;
}
</style>