Shades of Magenta #F400FD
Tints of Magenta #F400FD
RGB
CMYK
RGB Variations
Color information
#F400FD (or 0xF400FD) is known color: Magenta. HEX triplet: F4, 00 and FD. RGB value is (244,0,253). Sum of RGB (Red+Green+Blue) = 244+0+253=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 0 (0.39% from 255 or 0% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #F400FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400FD is #0BFF02. Grayscale: #656565. Windows color (decimal): -786179 or 16580852. OLE color: 16580852.
HSL color Cylindrical-coordinate representation of color #F400FD: hue angle of 297.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400FD is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 0 | 253 | - |
| CMYK | 0.04 | 1 | 0 | 0.01 |
| HSL | 297.87º | 1% | 0.5% | - |
| HSV(B) | 297.87º | 1% | 0.99% | - |
| XYZ | 55.04 | 26.32 | 95.11 | - |
| YUV | 101.8 | 213.34 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 253 | 0.04 | 1 | 0 | 0.01 | 297.87 | 1 | 0.5 |
| Hex | F4 | 0 | FD | 4 | 64 | 0 | 1 | 12A | 64 | 32 |
| Octal | 364 | 0 | 375 | 4 | 144 | 0 | 1 | 452 | 144 | 62 |
| Binary | 11110100 | 0 | 11111101 | 100 | 1100100 | 0 | 1 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F400FD
Complementary color
Monochromatic Colors of #F400FD
Black with #F400FD
Text Example
Text Example
White with #F400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400FD; }
p { color: rgb(244,0,253); }
H1.HeaderClassName
{
color: #F400FD;
}
.AnyTagClassName
{
color: #F400FD;
}
</style>
background-color css
<style>
a { background-color: #F400FD; }
a { background-color: rgb(244,0,253); }
div.DivClassName
{
background-color: #F400FD;
}
.BgClassName
{
background-color: #F400FD;
}
</style>
border-color css
<style>
span { border-color: #F400FD; }
span { border-color: rgb(244,0,253); }
td.TdClassName
{
border-color: #F400FD;
}
.TagClassName
{
border-color: #F400FD;
}
</style>