Shades of Magenta #F430F9
Tints of Magenta #F430F9
RGB
CMYK
RGB Variations
Color information
#F430F9 (or 0xF430F9) is known color: Magenta. HEX triplet: F4, 30 and F9. RGB value is (244,48,249). Sum of RGB (Red+Green+Blue) = 244+48+249=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 48 (19.14% from 255 or 8.87% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #F430F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F430F9 is #0BCF06. Grayscale: #808080. Windows color (decimal): -773895 or 16330996. OLE color: 16330996.
HSL color Cylindrical-coordinate representation of color #F430F9: hue angle of 298.51º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F430F9 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 48 | 249 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.02 |
| HSL | 298.51º | 0.94% | 0.58% | - |
| HSV(B) | 298.51º | 0.81% | 0.98% | - |
| XYZ | 55.46 | 28.19 | 92.14 | - |
| YUV | 129.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 249 | 0.02 | 0.81 | 0 | 0.02 | 298.51 | 0.94 | 0.58 |
| Hex | F4 | 30 | F9 | 2 | 51 | 0 | 2 | 12B | 5E | 3A |
| Octal | 364 | 60 | 371 | 2 | 121 | 0 | 2 | 453 | 136 | 72 |
| Binary | 11110100 | 110000 | 11111001 | 10 | 1010001 | 0 | 10 | 100101011 | 1011110 | 111010 |
Color Harmonies of #F430F9
Complementary color
Monochromatic Colors of #F430F9
Black with #F430F9
Text Example
Text Example
White with #F430F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430F9; }
p { color: rgb(244,48,249); }
H1.HeaderClassName
{
color: #F430F9;
}
.AnyTagClassName
{
color: #F430F9;
}
</style>
background-color css
<style>
a { background-color: #F430F9; }
a { background-color: rgb(244,48,249); }
div.DivClassName
{
background-color: #F430F9;
}
.BgClassName
{
background-color: #F430F9;
}
</style>
border-color css
<style>
span { border-color: #F430F9; }
span { border-color: rgb(244,48,249); }
td.TdClassName
{
border-color: #F430F9;
}
.TagClassName
{
border-color: #F430F9;
}
</style>