Shades of Magenta #F70CFB
Tints of Magenta #F70CFB
RGB
CMYK
RGB Variations
Color information
#F70CFB (or 0xF70CFB) is known color: Magenta. HEX triplet: F7, 0C and FB. RGB value is (247,12,251). Sum of RGB (Red+Green+Blue) = 247+12+251=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #F70CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CFB is #08F304. Grayscale: #6C6C6C. Windows color (decimal): -586501 or 16452855. OLE color: 16452855.
HSL color Cylindrical-coordinate representation of color #F70CFB: hue angle of 299º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CFB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 12 | 251 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.02 |
| HSL | 299º | 0.97% | 0.52% | - |
| HSV(B) | 299º | 0.95% | 0.98% | - |
| XYZ | 55.9 | 27 | 93.53 | - |
| YUV | 109.51 | 207.86 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 251 | 0.02 | 0.95 | 0 | 0.02 | 299 | 0.97 | 0.52 |
| Hex | F7 | C | FB | 2 | 5F | 0 | 2 | 12B | 61 | 34 |
| Octal | 367 | 14 | 373 | 2 | 137 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11110111 | 1100 | 11111011 | 10 | 1011111 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F70CFB
Complementary color
Monochromatic Colors of #F70CFB
Black with #F70CFB
Text Example
Text Example
White with #F70CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CFB; }
p { color: rgb(247,12,251); }
H1.HeaderClassName
{
color: #F70CFB;
}
.AnyTagClassName
{
color: #F70CFB;
}
</style>
background-color css
<style>
a { background-color: #F70CFB; }
a { background-color: rgb(247,12,251); }
div.DivClassName
{
background-color: #F70CFB;
}
.BgClassName
{
background-color: #F70CFB;
}
</style>
border-color css
<style>
span { border-color: #F70CFB; }
span { border-color: rgb(247,12,251); }
td.TdClassName
{
border-color: #F70CFB;
}
.TagClassName
{
border-color: #F70CFB;
}
</style>