Shades of Magenta #F408FE
Tints of Magenta #F408FE
RGB
CMYK
RGB Variations
Color information
#F408FE (or 0xF408FE) is known color: Magenta. HEX triplet: F4, 08 and FE. RGB value is (244,8,254). Sum of RGB (Red+Green+Blue) = 244+8+254=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 8 (3.52% from 255 or 1.58% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #F408FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F408FE is #0BF701. Grayscale: #696969. Windows color (decimal): -784130 or 16648436. OLE color: 16648436.
HSL color Cylindrical-coordinate representation of color #F408FE: hue angle of 297.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408FE is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 8 | 254 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.00 |
| HSL | 297.56º | 0.99% | 0.51% | - |
| HSV(B) | 297.56º | 0.97% | 1% | - |
| XYZ | 55.28 | 26.56 | 95.98 | - |
| YUV | 106.61 | 211.19 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 254 | 0.04 | 0.97 | 0 | 0.00 | 297.56 | 0.99 | 0.51 |
| Hex | F4 | 8 | FE | 4 | 61 | 0 | 0 | 12A | 63 | 33 |
| Octal | 364 | 10 | 376 | 4 | 141 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110100 | 1000 | 11111110 | 100 | 1100001 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F408FE
Complementary color
Monochromatic Colors of #F408FE
Black with #F408FE
Text Example
Text Example
White with #F408FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408FE; }
p { color: rgb(244,8,254); }
H1.HeaderClassName
{
color: #F408FE;
}
.AnyTagClassName
{
color: #F408FE;
}
</style>
background-color css
<style>
a { background-color: #F408FE; }
a { background-color: rgb(244,8,254); }
div.DivClassName
{
background-color: #F408FE;
}
.BgClassName
{
background-color: #F408FE;
}
</style>
border-color css
<style>
span { border-color: #F408FE; }
span { border-color: rgb(244,8,254); }
td.TdClassName
{
border-color: #F408FE;
}
.TagClassName
{
border-color: #F408FE;
}
</style>