Shades of Magenta #F01CED
Tints of Magenta #F01CED
RGB
CMYK
RGB Variations
Color information
#F01CED (or 0xF01CED) is known color: Magenta. HEX triplet: F0, 1C and ED. RGB value is (240,28,237). Sum of RGB (Red+Green+Blue) = 240+28+237=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CED is #0FE312. Grayscale: #727272. Windows color (decimal): -1041171 or 15539440. OLE color: 15539440.
HSL color Cylindrical-coordinate representation of color #F01CED: hue angle of 300.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CED is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 237 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.06 |
| HSL | 300.85º | 0.88% | 0.53% | - |
| HSV(B) | 300.85º | 0.88% | 0.94% | - |
| XYZ | 51.64 | 25.47 | 82.32 | - |
| YUV | 115.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 237 | 0 | 0.88 | 0.01 | 0.06 | 300.85 | 0.88 | 0.53 |
| Hex | F0 | 1C | ED | 0 | 58 | 1 | 6 | 12D | 58 | 35 |
| Octal | 360 | 34 | 355 | 0 | 130 | 1 | 6 | 455 | 130 | 65 |
| Binary | 11110000 | 11100 | 11101101 | 0 | 1011000 | 1 | 110 | 100101101 | 1011000 | 110101 |
Color Harmonies of #F01CED
Complementary color
Monochromatic Colors of #F01CED
Black with #F01CED
Text Example
Text Example
White with #F01CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CED; }
p { color: rgb(240,28,237); }
H1.HeaderClassName
{
color: #F01CED;
}
.AnyTagClassName
{
color: #F01CED;
}
</style>
background-color css
<style>
a { background-color: #F01CED; }
a { background-color: rgb(240,28,237); }
div.DivClassName
{
background-color: #F01CED;
}
.BgClassName
{
background-color: #F01CED;
}
</style>
border-color css
<style>
span { border-color: #F01CED; }
span { border-color: rgb(240,28,237); }
td.TdClassName
{
border-color: #F01CED;
}
.TagClassName
{
border-color: #F01CED;
}
</style>