Shades of Magenta #F70CFD
Tints of Magenta #F70CFD
RGB
CMYK
RGB Variations
Color information
#F70CFD (or 0xF70CFD) is known color: Magenta. HEX triplet: F7, 0C and FD. RGB value is (247,12,253). Sum of RGB (Red+Green+Blue) = 247+12+253=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 12 (5.08% from 255 or 2.34% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #F70CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CFD is #08F302. Grayscale: #6D6D6D. Windows color (decimal): -586499 or 16583927. OLE color: 16583927.
HSL color Cylindrical-coordinate representation of color #F70CFD: hue angle of 298.51º 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 #F70CFD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 12 | 253 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.01 |
| HSL | 298.51º | 0.98% | 0.52% | - |
| HSV(B) | 298.51º | 0.95% | 0.99% | - |
| XYZ | 56.22 | 27.13 | 95.2 | - |
| YUV | 109.74 | 208.86 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 253 | 0.02 | 0.95 | 0 | 0.01 | 298.51 | 0.98 | 0.52 |
| Hex | F7 | C | FD | 2 | 5F | 0 | 1 | 12B | 62 | 34 |
| Octal | 367 | 14 | 375 | 2 | 137 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11110111 | 1100 | 11111101 | 10 | 1011111 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F70CFD
Complementary color
Monochromatic Colors of #F70CFD
Black with #F70CFD
Text Example
Text Example
White with #F70CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CFD; }
p { color: rgb(247,12,253); }
H1.HeaderClassName
{
color: #F70CFD;
}
.AnyTagClassName
{
color: #F70CFD;
}
</style>
background-color css
<style>
a { background-color: #F70CFD; }
a { background-color: rgb(247,12,253); }
div.DivClassName
{
background-color: #F70CFD;
}
.BgClassName
{
background-color: #F70CFD;
}
</style>
border-color css
<style>
span { border-color: #F70CFD; }
span { border-color: rgb(247,12,253); }
td.TdClassName
{
border-color: #F70CFD;
}
.TagClassName
{
border-color: #F70CFD;
}
</style>