Shades of Magenta #F70FFC
Tints of Magenta #F70FFC
RGB
CMYK
RGB Variations
Color information
#F70FFC (or 0xF70FFC) is known color: Magenta. HEX triplet: F7, 0F and FC. RGB value is (247,15,252). Sum of RGB (Red+Green+Blue) = 247+15+252=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 15 (6.25% from 255 or 2.92% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #F70FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FFC is #08F003. Grayscale: #6E6E6E. Windows color (decimal): -585732 or 16519159. OLE color: 16519159.
HSL color Cylindrical-coordinate representation of color #F70FFC: hue angle of 298.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FFC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 15 | 252 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.01 |
| HSL | 298.73º | 0.98% | 0.52% | - |
| HSV(B) | 298.73º | 0.94% | 0.99% | - |
| XYZ | 56.1 | 27.14 | 94.38 | - |
| YUV | 111.39 | 207.36 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 252 | 0.02 | 0.94 | 0 | 0.01 | 298.73 | 0.98 | 0.52 |
| Hex | F7 | F | FC | 2 | 5E | 0 | 1 | 12B | 62 | 34 |
| Octal | 367 | 17 | 374 | 2 | 136 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11110111 | 1111 | 11111100 | 10 | 1011110 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F70FFC
Complementary color
Monochromatic Colors of #F70FFC
Black with #F70FFC
Text Example
Text Example
White with #F70FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FFC; }
p { color: rgb(247,15,252); }
H1.HeaderClassName
{
color: #F70FFC;
}
.AnyTagClassName
{
color: #F70FFC;
}
</style>
background-color css
<style>
a { background-color: #F70FFC; }
a { background-color: rgb(247,15,252); }
div.DivClassName
{
background-color: #F70FFC;
}
.BgClassName
{
background-color: #F70FFC;
}
</style>
border-color css
<style>
span { border-color: #F70FFC; }
span { border-color: rgb(247,15,252); }
td.TdClassName
{
border-color: #F70FFC;
}
.TagClassName
{
border-color: #F70FFC;
}
</style>