Shades of Magenta #F00CF3
Tints of Magenta #F00CF3
RGB
CMYK
RGB Variations
Color information
#F00CF3 (or 0xF00CF3) is known color: Magenta. HEX triplet: F0, 0C and F3. RGB value is (240,12,243). Sum of RGB (Red+Green+Blue) = 240+12+243=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #F00CF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CF3 is #0FF30C. Grayscale: #696969. Windows color (decimal): -1045261 or 15928560. OLE color: 15928560.
HSL color Cylindrical-coordinate representation of color #F00CF3: hue angle of 299.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CF3 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 12 | 243 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.05 |
| HSL | 299.22º | 0.91% | 0.5% | - |
| HSV(B) | 299.22º | 0.95% | 0.95% | - |
| XYZ | 52.24 | 25.26 | 86.92 | - |
| YUV | 106.51 | 205.04 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 243 | 0.01 | 0.95 | 0 | 0.05 | 299.22 | 0.91 | 0.5 |
| Hex | F0 | C | F3 | 1 | 5F | 0 | 5 | 12B | 5B | 32 |
| Octal | 360 | 14 | 363 | 1 | 137 | 0 | 5 | 453 | 133 | 62 |
| Binary | 11110000 | 1100 | 11110011 | 1 | 1011111 | 0 | 101 | 100101011 | 1011011 | 110010 |
Color Harmonies of #F00CF3
Complementary color
Monochromatic Colors of #F00CF3
Black with #F00CF3
Text Example
Text Example
White with #F00CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CF3; }
p { color: rgb(240,12,243); }
H1.HeaderClassName
{
color: #F00CF3;
}
.AnyTagClassName
{
color: #F00CF3;
}
</style>
background-color css
<style>
a { background-color: #F00CF3; }
a { background-color: rgb(240,12,243); }
div.DivClassName
{
background-color: #F00CF3;
}
.BgClassName
{
background-color: #F00CF3;
}
</style>
border-color css
<style>
span { border-color: #F00CF3; }
span { border-color: rgb(240,12,243); }
td.TdClassName
{
border-color: #F00CF3;
}
.TagClassName
{
border-color: #F00CF3;
}
</style>