Shades of Magenta #F403FB
Tints of Magenta #F403FB
RGB
CMYK
RGB Variations
Color information
#F403FB (or 0xF403FB) is known color: Magenta. HEX triplet: F4, 03 and FB. RGB value is (244,3,251). Sum of RGB (Red+Green+Blue) = 244+3+251=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 3 (1.56% from 255 or 0.60% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #F403FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F403FB is #0BFC04. Grayscale: #666666. Windows color (decimal): -785413 or 16450548. OLE color: 16450548.
HSL color Cylindrical-coordinate representation of color #F403FB: hue angle of 298.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F403FB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 3 | 251 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.02 |
| HSL | 298.31º | 0.98% | 0.5% | - |
| HSV(B) | 298.31º | 0.99% | 0.98% | - |
| XYZ | 54.75 | 26.26 | 93.45 | - |
| YUV | 103.33 | 211.34 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 251 | 0.03 | 0.99 | 0 | 0.02 | 298.31 | 0.98 | 0.5 |
| Hex | F4 | 3 | FB | 3 | 63 | 0 | 2 | 12A | 62 | 32 |
| Octal | 364 | 3 | 373 | 3 | 143 | 0 | 2 | 452 | 142 | 62 |
| Binary | 11110100 | 11 | 11111011 | 11 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F403FB
Complementary color
Monochromatic Colors of #F403FB
Black with #F403FB
Text Example
Text Example
White with #F403FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F403FB; }
p { color: rgb(244,3,251); }
H1.HeaderClassName
{
color: #F403FB;
}
.AnyTagClassName
{
color: #F403FB;
}
</style>
background-color css
<style>
a { background-color: #F403FB; }
a { background-color: rgb(244,3,251); }
div.DivClassName
{
background-color: #F403FB;
}
.BgClassName
{
background-color: #F403FB;
}
</style>
border-color css
<style>
span { border-color: #F403FB; }
span { border-color: rgb(244,3,251); }
td.TdClassName
{
border-color: #F403FB;
}
.TagClassName
{
border-color: #F403FB;
}
</style>