Shades of Magenta #F428F3
Tints of Magenta #F428F3
RGB
CMYK
RGB Variations
Color information
#F428F3 (or 0xF428F3) is known color: Magenta. HEX triplet: F4, 28 and F3. RGB value is (244,40,243). Sum of RGB (Red+Green+Blue) = 244+40+243=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F428F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428F3 is #0BD70C. Grayscale: #7B7B7B. Windows color (decimal): -775949 or 15935732. OLE color: 15935732.
HSL color Cylindrical-coordinate representation of color #F428F3: hue angle of 300.29º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428F3 is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 243 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.04 |
| HSL | 300.29º | 0.9% | 0.56% | - |
| HSV(B) | 300.29º | 0.84% | 0.96% | - |
| XYZ | 54.24 | 27.22 | 87.19 | - |
| YUV | 124.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 243 | 0 | 0.84 | 0.00 | 0.04 | 300.29 | 0.9 | 0.56 |
| Hex | F4 | 28 | F3 | 0 | 54 | 0 | 4 | 12C | 5A | 38 |
| Octal | 364 | 50 | 363 | 0 | 124 | 0 | 4 | 454 | 132 | 70 |
| Binary | 11110100 | 101000 | 11110011 | 0 | 1010100 | 0 | 100 | 100101100 | 1011010 | 111000 |
Color Harmonies of #F428F3
Complementary color
Monochromatic Colors of #F428F3
Black with #F428F3
Text Example
Text Example
White with #F428F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428F3; }
p { color: rgb(244,40,243); }
H1.HeaderClassName
{
color: #F428F3;
}
.AnyTagClassName
{
color: #F428F3;
}
</style>
background-color css
<style>
a { background-color: #F428F3; }
a { background-color: rgb(244,40,243); }
div.DivClassName
{
background-color: #F428F3;
}
.BgClassName
{
background-color: #F428F3;
}
</style>
border-color css
<style>
span { border-color: #F428F3; }
span { border-color: rgb(244,40,243); }
td.TdClassName
{
border-color: #F428F3;
}
.TagClassName
{
border-color: #F428F3;
}
</style>