Shades of Magenta #F405FF
Tints of Magenta #F405FF
RGB
CMYK
RGB Variations
Color information
#F405FF (or 0xF405FF) is known color: Magenta. HEX triplet: F4, 05 and FF. RGB value is (244,5,255). Sum of RGB (Red+Green+Blue) = 244+5+255=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 5 (2.34% from 255 or 0.99% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F405FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F405FF is #0BFA00. Grayscale: #686868. Windows color (decimal): -784897 or 16713204. OLE color: 16713204.
HSL color Cylindrical-coordinate representation of color #F405FF: hue angle of 297.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405FF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 5 | 255 | - |
| CMYK | 0.04 | 0.98 | 0 | 0 |
| HSL | 297.36º | 1% | 0.51% | - |
| HSV(B) | 297.36º | 0.98% | 1% | - |
| XYZ | 55.41 | 26.56 | 96.81 | - |
| YUV | 104.96 | 212.68 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 255 | 0.04 | 0.98 | 0 | 0 | 297.36 | 1 | 0.51 |
| Hex | F4 | 5 | FF | 4 | 62 | 0 | 0 | 129 | 64 | 33 |
| Octal | 364 | 5 | 377 | 4 | 142 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110100 | 101 | 11111111 | 100 | 1100010 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F405FF
Complementary color
Monochromatic Colors of #F405FF
Black with #F405FF
Text Example
Text Example
White with #F405FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405FF; }
p { color: rgb(244,5,255); }
H1.HeaderClassName
{
color: #F405FF;
}
.AnyTagClassName
{
color: #F405FF;
}
</style>
background-color css
<style>
a { background-color: #F405FF; }
a { background-color: rgb(244,5,255); }
div.DivClassName
{
background-color: #F405FF;
}
.BgClassName
{
background-color: #F405FF;
}
</style>
border-color css
<style>
span { border-color: #F405FF; }
span { border-color: rgb(244,5,255); }
td.TdClassName
{
border-color: #F405FF;
}
.TagClassName
{
border-color: #F405FF;
}
</style>