Shades of Magenta #F718FE
Tints of Magenta #F718FE
RGB
CMYK
RGB Variations
Color information
#F718FE (or 0xF718FE) is known color: Magenta. HEX triplet: F7, 18 and FE. RGB value is (247,24,254). Sum of RGB (Red+Green+Blue) = 247+24+254=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 24 (9.77% from 255 or 4.57% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #F718FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F718FE is #08E701. Grayscale: #747474. Windows color (decimal): -583426 or 16652535. OLE color: 16652535.
HSL color Cylindrical-coordinate representation of color #F718FE: hue angle of 298.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F718FE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 24 | 254 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.00 |
| HSL | 298.17º | 0.99% | 0.55% | - |
| HSV(B) | 298.17º | 0.91% | 1% | - |
| XYZ | 56.57 | 27.58 | 96.11 | - |
| YUV | 116.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 254 | 0.03 | 0.91 | 0 | 0.00 | 298.17 | 0.99 | 0.55 |
| Hex | F7 | 18 | FE | 3 | 5B | 0 | 0 | 12A | 63 | 37 |
| Octal | 367 | 30 | 376 | 3 | 133 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110111 | 11000 | 11111110 | 11 | 1011011 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F718FE
Complementary color
Monochromatic Colors of #F718FE
Black with #F718FE
Text Example
Text Example
White with #F718FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718FE; }
p { color: rgb(247,24,254); }
H1.HeaderClassName
{
color: #F718FE;
}
.AnyTagClassName
{
color: #F718FE;
}
</style>
background-color css
<style>
a { background-color: #F718FE; }
a { background-color: rgb(247,24,254); }
div.DivClassName
{
background-color: #F718FE;
}
.BgClassName
{
background-color: #F718FE;
}
</style>
border-color css
<style>
span { border-color: #F718FE; }
span { border-color: rgb(247,24,254); }
td.TdClassName
{
border-color: #F718FE;
}
.TagClassName
{
border-color: #F718FE;
}
</style>