Shades of Magenta #F918FF
Tints of Magenta #F918FF
RGB
CMYK
RGB Variations
Color information
#F918FF (or 0xF918FF) is known color: Magenta. HEX triplet: F9, 18 and FF. RGB value is (249,24,255). Sum of RGB (Red+Green+Blue) = 249+24+255=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 24 (9.77% from 255 or 4.55% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F918FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918FF is #06E700. Grayscale: #747474. Windows color (decimal): -452353 or 16718073. OLE color: 16718073.
HSL color Cylindrical-coordinate representation of color #F918FF: hue angle of 298.44º 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 #F918FF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 24 | 255 | - |
| CMYK | 0.02 | 0.91 | 0 | 0 |
| HSL | 298.44º | 1% | 0.55% | - |
| HSV(B) | 298.44º | 0.91% | 1% | - |
| XYZ | 57.44 | 28.01 | 96.99 | - |
| YUV | 117.61 | 205.54 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 255 | 0.02 | 0.91 | 0 | 0 | 298.44 | 1 | 0.55 |
| Hex | F9 | 18 | FF | 2 | 5B | 0 | 0 | 12A | 64 | 37 |
| Octal | 371 | 30 | 377 | 2 | 133 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11111001 | 11000 | 11111111 | 10 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F918FF
Complementary color
Monochromatic Colors of #F918FF
Black with #F918FF
Text Example
Text Example
White with #F918FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918FF; }
p { color: rgb(249,24,255); }
H1.HeaderClassName
{
color: #F918FF;
}
.AnyTagClassName
{
color: #F918FF;
}
</style>
background-color css
<style>
a { background-color: #F918FF; }
a { background-color: rgb(249,24,255); }
div.DivClassName
{
background-color: #F918FF;
}
.BgClassName
{
background-color: #F918FF;
}
</style>
border-color css
<style>
span { border-color: #F918FF; }
span { border-color: rgb(249,24,255); }
td.TdClassName
{
border-color: #F918FF;
}
.TagClassName
{
border-color: #F918FF;
}
</style>