Shades of Magenta #F918FE
Tints of Magenta #F918FE
RGB
CMYK
RGB Variations
Color information
#F918FE (or 0xF918FE) is known color: Magenta. HEX triplet: F9, 18 and FE. RGB value is (249,24,254). Sum of RGB (Red+Green+Blue) = 249+24+254=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 24 (9.77% from 255 or 4.55% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F918FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918FE is #06E701. Grayscale: #747474. Windows color (decimal): -452354 or 16652537. OLE color: 16652537.
HSL color Cylindrical-coordinate representation of color #F918FE: hue angle of 298.7º 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 #F918FE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 24 | 254 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.00 |
| HSL | 298.7º | 0.99% | 0.55% | - |
| HSV(B) | 298.7º | 0.91% | 1% | - |
| XYZ | 57.28 | 27.95 | 96.14 | - |
| YUV | 117.5 | 205.04 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 254 | 0.02 | 0.91 | 0 | 0.00 | 298.7 | 0.99 | 0.55 |
| Hex | F9 | 18 | FE | 2 | 5B | 0 | 0 | 12B | 63 | 37 |
| Octal | 371 | 30 | 376 | 2 | 133 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111001 | 11000 | 11111110 | 10 | 1011011 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #F918FE
Complementary color
Monochromatic Colors of #F918FE
Black with #F918FE
Text Example
Text Example
White with #F918FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918FE; }
p { color: rgb(249,24,254); }
H1.HeaderClassName
{
color: #F918FE;
}
.AnyTagClassName
{
color: #F918FE;
}
</style>
background-color css
<style>
a { background-color: #F918FE; }
a { background-color: rgb(249,24,254); }
div.DivClassName
{
background-color: #F918FE;
}
.BgClassName
{
background-color: #F918FE;
}
</style>
border-color css
<style>
span { border-color: #F918FE; }
span { border-color: rgb(249,24,254); }
td.TdClassName
{
border-color: #F918FE;
}
.TagClassName
{
border-color: #F918FE;
}
</style>