Shades of Magenta #F700F8
Tints of Magenta #F700F8
RGB
CMYK
RGB Variations
Color information
#F700F8 (or 0xF700F8) is known color: Magenta. HEX triplet: F7, 00 and F8. RGB value is (247,0,248). Sum of RGB (Red+Green+Blue) = 247+0+248=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 0 (0.39% from 255 or 0% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #F700F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700F8 is #08FF07. Grayscale: #656565. Windows color (decimal): -589576 or 16253175. OLE color: 16253175.
HSL color Cylindrical-coordinate representation of color #F700F8: hue angle of 299.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700F8 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 248 | - |
| CMYK | 0.00 | 1 | 0 | 0.03 |
| HSL | 299.76º | 1% | 0.49% | - |
| HSV(B) | 299.76º | 1% | 0.97% | - |
| XYZ | 55.3 | 26.55 | 91.02 | - |
| YUV | 102.13 | 210.33 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 248 | 0.00 | 1 | 0 | 0.03 | 299.76 | 1 | 0.49 |
| Hex | F7 | 0 | F8 | 0 | 64 | 0 | 3 | 12C | 64 | 31 |
| Octal | 367 | 0 | 370 | 0 | 144 | 0 | 3 | 454 | 144 | 61 |
| Binary | 11110111 | 0 | 11111000 | 0 | 1100100 | 0 | 11 | 100101100 | 1100100 | 110001 |
Color Harmonies of #F700F8
Complementary color
Monochromatic Colors of #F700F8
Black with #F700F8
Text Example
Text Example
White with #F700F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700F8; }
p { color: rgb(247,0,248); }
H1.HeaderClassName
{
color: #F700F8;
}
.AnyTagClassName
{
color: #F700F8;
}
</style>
background-color css
<style>
a { background-color: #F700F8; }
a { background-color: rgb(247,0,248); }
div.DivClassName
{
background-color: #F700F8;
}
.BgClassName
{
background-color: #F700F8;
}
</style>
border-color css
<style>
span { border-color: #F700F8; }
span { border-color: rgb(247,0,248); }
td.TdClassName
{
border-color: #F700F8;
}
.TagClassName
{
border-color: #F700F8;
}
</style>