Shades of Magenta #F403FF
Tints of Magenta #F403FF
RGB
CMYK
RGB Variations
Color information
#F403FF (or 0xF403FF) is known color: Magenta. HEX triplet: F4, 03 and FF. RGB value is (244,3,255). Sum of RGB (Red+Green+Blue) = 244+3+255=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 3 (1.56% from 255 or 0.60% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #F403FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F403FF is #0BFC00. Grayscale: #676767. Windows color (decimal): -785409 or 16712692. OLE color: 16712692.
HSL color Cylindrical-coordinate representation of color #F403FF: hue angle of 297.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F403FF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 3 | 255 | - |
| CMYK | 0.04 | 0.99 | 0 | 0 |
| HSL | 297.38º | 1% | 0.51% | - |
| HSV(B) | 297.38º | 0.99% | 1% | - |
| XYZ | 55.39 | 26.52 | 96.81 | - |
| YUV | 103.79 | 213.34 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 255 | 0.04 | 0.99 | 0 | 0 | 297.38 | 1 | 0.51 |
| Hex | F4 | 3 | FF | 4 | 63 | 0 | 0 | 129 | 64 | 33 |
| Octal | 364 | 3 | 377 | 4 | 143 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110100 | 11 | 11111111 | 100 | 1100011 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F403FF
Complementary color
Monochromatic Colors of #F403FF
Black with #F403FF
Text Example
Text Example
White with #F403FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F403FF; }
p { color: rgb(244,3,255); }
H1.HeaderClassName
{
color: #F403FF;
}
.AnyTagClassName
{
color: #F403FF;
}
</style>
background-color css
<style>
a { background-color: #F403FF; }
a { background-color: rgb(244,3,255); }
div.DivClassName
{
background-color: #F403FF;
}
.BgClassName
{
background-color: #F403FF;
}
</style>
border-color css
<style>
span { border-color: #F403FF; }
span { border-color: rgb(244,3,255); }
td.TdClassName
{
border-color: #F403FF;
}
.TagClassName
{
border-color: #F403FF;
}
</style>