Shades of Magenta #F718FF
Tints of Magenta #F718FF
RGB
CMYK
RGB Variations
Color information
#F718FF (or 0xF718FF) is known color: Magenta. HEX triplet: F7, 18 and FF. RGB value is (247,24,255). Sum of RGB (Red+Green+Blue) = 247+24+255=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 24 (9.77% from 255 or 4.56% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F718FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F718FF is #08E700. Grayscale: #747474. Windows color (decimal): -583425 or 16718071. OLE color: 16718071.
HSL color Cylindrical-coordinate representation of color #F718FF: hue angle of 297.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F718FF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 24 | 255 | - |
| CMYK | 0.03 | 0.91 | 0 | 0 |
| HSL | 297.92º | 1% | 0.55% | - |
| HSV(B) | 297.92º | 0.91% | 1% | - |
| XYZ | 56.73 | 27.65 | 96.95 | - |
| YUV | 117.01 | 205.88 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 255 | 0.03 | 0.91 | 0 | 0 | 297.92 | 1 | 0.55 |
| Hex | F7 | 18 | FF | 3 | 5B | 0 | 0 | 12A | 64 | 37 |
| Octal | 367 | 30 | 377 | 3 | 133 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11110111 | 11000 | 11111111 | 11 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F718FF
Complementary color
Monochromatic Colors of #F718FF
Black with #F718FF
Text Example
Text Example
White with #F718FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718FF; }
p { color: rgb(247,24,255); }
H1.HeaderClassName
{
color: #F718FF;
}
.AnyTagClassName
{
color: #F718FF;
}
</style>
background-color css
<style>
a { background-color: #F718FF; }
a { background-color: rgb(247,24,255); }
div.DivClassName
{
background-color: #F718FF;
}
.BgClassName
{
background-color: #F718FF;
}
</style>
border-color css
<style>
span { border-color: #F718FF; }
span { border-color: rgb(247,24,255); }
td.TdClassName
{
border-color: #F718FF;
}
.TagClassName
{
border-color: #F718FF;
}
</style>