Shades of Magenta #F00CFF
Tints of Magenta #F00CFF
RGB
CMYK
RGB Variations
Color information
#F00CFF (or 0xF00CFF) is known color: Magenta. HEX triplet: F0, 0C and FF. RGB value is (240,12,255). Sum of RGB (Red+Green+Blue) = 240+12+255=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 12 (5.08% from 255 or 2.37% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #F00CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CFF is #0FF300. Grayscale: #6B6B6B. Windows color (decimal): -1045249 or 16714992. OLE color: 16714992.
HSL color Cylindrical-coordinate representation of color #F00CFF: hue angle of 296.3º 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 #F00CFF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 12 | 255 | - |
| CMYK | 0.06 | 0.95 | 0 | 0 |
| HSL | 296.3º | 1% | 0.52% | - |
| HSV(B) | 296.3º | 0.95% | 1% | - |
| XYZ | 54.12 | 26.01 | 96.78 | - |
| YUV | 107.87 | 211.04 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 255 | 0.06 | 0.95 | 0 | 0 | 296.3 | 1 | 0.52 |
| Hex | F0 | C | FF | 6 | 5F | 0 | 0 | 128 | 64 | 34 |
| Octal | 360 | 14 | 377 | 6 | 137 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11110000 | 1100 | 11111111 | 110 | 1011111 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #F00CFF
Complementary color
Monochromatic Colors of #F00CFF
Black with #F00CFF
Text Example
Text Example
White with #F00CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CFF; }
p { color: rgb(240,12,255); }
H1.HeaderClassName
{
color: #F00CFF;
}
.AnyTagClassName
{
color: #F00CFF;
}
</style>
background-color css
<style>
a { background-color: #F00CFF; }
a { background-color: rgb(240,12,255); }
div.DivClassName
{
background-color: #F00CFF;
}
.BgClassName
{
background-color: #F00CFF;
}
</style>
border-color css
<style>
span { border-color: #F00CFF; }
span { border-color: rgb(240,12,255); }
td.TdClassName
{
border-color: #F00CFF;
}
.TagClassName
{
border-color: #F00CFF;
}
</style>