Shades of Magenta #F70CFF
Tints of Magenta #F70CFF
RGB
CMYK
RGB Variations
Color information
#F70CFF (or 0xF70CFF) is known color: Magenta. HEX triplet: F7, 0C and FF. RGB value is (247,12,255). Sum of RGB (Red+Green+Blue) = 247+12+255=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 12 (5.08% from 255 or 2.33% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #F70CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CFF is #08F300. Grayscale: #6D6D6D. Windows color (decimal): -586497 or 16714999. OLE color: 16714999.
HSL color Cylindrical-coordinate representation of color #F70CFF: hue angle of 298.02º 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 #F70CFF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 12 | 255 | - |
| CMYK | 0.03 | 0.95 | 0 | 0 |
| HSL | 298.02º | 1% | 0.52% | - |
| HSV(B) | 298.02º | 0.95% | 1% | - |
| XYZ | 56.54 | 27.26 | 96.89 | - |
| YUV | 109.97 | 209.86 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 255 | 0.03 | 0.95 | 0 | 0 | 298.02 | 1 | 0.52 |
| Hex | F7 | C | FF | 3 | 5F | 0 | 0 | 12A | 64 | 34 |
| Octal | 367 | 14 | 377 | 3 | 137 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110111 | 1100 | 11111111 | 11 | 1011111 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F70CFF
Complementary color
Monochromatic Colors of #F70CFF
Black with #F70CFF
Text Example
Text Example
White with #F70CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CFF; }
p { color: rgb(247,12,255); }
H1.HeaderClassName
{
color: #F70CFF;
}
.AnyTagClassName
{
color: #F70CFF;
}
</style>
background-color css
<style>
a { background-color: #F70CFF; }
a { background-color: rgb(247,12,255); }
div.DivClassName
{
background-color: #F70CFF;
}
.BgClassName
{
background-color: #F70CFF;
}
</style>
border-color css
<style>
span { border-color: #F70CFF; }
span { border-color: rgb(247,12,255); }
td.TdClassName
{
border-color: #F70CFF;
}
.TagClassName
{
border-color: #F70CFF;
}
</style>