Shades of Magenta #F70FFB
Tints of Magenta #F70FFB
RGB
CMYK
RGB Variations
Color information
#F70FFB (or 0xF70FFB) is known color: Magenta. HEX triplet: F7, 0F and FB. RGB value is (247,15,251). Sum of RGB (Red+Green+Blue) = 247+15+251=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 15 (6.25% from 255 or 2.92% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #F70FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FFB is #08F004. Grayscale: #6E6E6E. Windows color (decimal): -585733 or 16453623. OLE color: 16453623.
HSL color Cylindrical-coordinate representation of color #F70FFB: hue angle of 298.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FFB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 15 | 251 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.02 |
| HSL | 298.98º | 0.97% | 0.52% | - |
| HSV(B) | 298.98º | 0.94% | 0.98% | - |
| XYZ | 55.94 | 27.08 | 93.55 | - |
| YUV | 111.27 | 206.86 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 251 | 0.02 | 0.94 | 0 | 0.02 | 298.98 | 0.97 | 0.52 |
| Hex | F7 | F | FB | 2 | 5E | 0 | 2 | 12B | 61 | 34 |
| Octal | 367 | 17 | 373 | 2 | 136 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11110111 | 1111 | 11111011 | 10 | 1011110 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F70FFB
Complementary color
Monochromatic Colors of #F70FFB
Black with #F70FFB
Text Example
Text Example
White with #F70FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FFB; }
p { color: rgb(247,15,251); }
H1.HeaderClassName
{
color: #F70FFB;
}
.AnyTagClassName
{
color: #F70FFB;
}
</style>
background-color css
<style>
a { background-color: #F70FFB; }
a { background-color: rgb(247,15,251); }
div.DivClassName
{
background-color: #F70FFB;
}
.BgClassName
{
background-color: #F70FFB;
}
</style>
border-color css
<style>
span { border-color: #F70FFB; }
span { border-color: rgb(247,15,251); }
td.TdClassName
{
border-color: #F70FFB;
}
.TagClassName
{
border-color: #F70FFB;
}
</style>