Shades of Magenta #F70CFC
Tints of Magenta #F70CFC
RGB
CMYK
RGB Variations
Color information
#F70CFC (or 0xF70CFC) is known color: Magenta. HEX triplet: F7, 0C and FC. RGB value is (247,12,252). Sum of RGB (Red+Green+Blue) = 247+12+252=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #F70CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CFC is #08F303. Grayscale: #6C6C6C. Windows color (decimal): -586500 or 16518391. OLE color: 16518391.
HSL color Cylindrical-coordinate representation of color #F70CFC: hue angle of 298.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CFC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 12 | 252 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.01 |
| HSL | 298.75º | 0.98% | 0.52% | - |
| HSV(B) | 298.75º | 0.95% | 0.99% | - |
| XYZ | 56.06 | 27.07 | 94.36 | - |
| YUV | 109.63 | 208.36 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 252 | 0.02 | 0.95 | 0 | 0.01 | 298.75 | 0.98 | 0.52 |
| Hex | F7 | C | FC | 2 | 5F | 0 | 1 | 12B | 62 | 34 |
| Octal | 367 | 14 | 374 | 2 | 137 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11110111 | 1100 | 11111100 | 10 | 1011111 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F70CFC
Complementary color
Monochromatic Colors of #F70CFC
Black with #F70CFC
Text Example
Text Example
White with #F70CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CFC; }
p { color: rgb(247,12,252); }
H1.HeaderClassName
{
color: #F70CFC;
}
.AnyTagClassName
{
color: #F70CFC;
}
</style>
background-color css
<style>
a { background-color: #F70CFC; }
a { background-color: rgb(247,12,252); }
div.DivClassName
{
background-color: #F70CFC;
}
.BgClassName
{
background-color: #F70CFC;
}
</style>
border-color css
<style>
span { border-color: #F70CFC; }
span { border-color: rgb(247,12,252); }
td.TdClassName
{
border-color: #F70CFC;
}
.TagClassName
{
border-color: #F70CFC;
}
</style>