Shades of Magenta #F70BED
Tints of Magenta #F70BED
RGB
CMYK
RGB Variations
Color information
#F70BED (or 0xF70BED) is known color: Magenta. HEX triplet: F7, 0B and ED. RGB value is (247,11,237). Sum of RGB (Red+Green+Blue) = 247+11+237=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70BED is #08F412. Grayscale: #6A6A6A. Windows color (decimal): -586771 or 15535095. OLE color: 15535095.
HSL color Cylindrical-coordinate representation of color #F70BED: hue angle of 302.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70BED is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 237 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.03 |
| HSL | 302.54º | 0.94% | 0.51% | - |
| HSV(B) | 302.54º | 0.96% | 0.97% | - |
| XYZ | 53.76 | 26.13 | 82.33 | - |
| YUV | 107.33 | 201.19 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 237 | 0 | 0.96 | 0.04 | 0.03 | 302.54 | 0.94 | 0.51 |
| Hex | F7 | B | ED | 0 | 60 | 4 | 3 | 12F | 5E | 33 |
| Octal | 367 | 13 | 355 | 0 | 140 | 4 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1011 | 11101101 | 0 | 1100000 | 100 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70BED
Complementary color
Monochromatic Colors of #F70BED
Black with #F70BED
Text Example
Text Example
White with #F70BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BED; }
p { color: rgb(247,11,237); }
H1.HeaderClassName
{
color: #F70BED;
}
.AnyTagClassName
{
color: #F70BED;
}
</style>
background-color css
<style>
a { background-color: #F70BED; }
a { background-color: rgb(247,11,237); }
div.DivClassName
{
background-color: #F70BED;
}
.BgClassName
{
background-color: #F70BED;
}
</style>
border-color css
<style>
span { border-color: #F70BED; }
span { border-color: rgb(247,11,237); }
td.TdClassName
{
border-color: #F70BED;
}
.TagClassName
{
border-color: #F70BED;
}
</style>