Shades of Magenta #F430FC
Tints of Magenta #F430FC
RGB
CMYK
RGB Variations
Color information
#F430FC (or 0xF430FC) is known color: Magenta. HEX triplet: F4, 30 and FC. RGB value is (244,48,252). Sum of RGB (Red+Green+Blue) = 244+48+252=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 48 (19.14% from 255 or 8.82% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #F430FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F430FC is #0BCF03. Grayscale: #818181. Windows color (decimal): -773892 or 16527604. OLE color: 16527604.
HSL color Cylindrical-coordinate representation of color #F430FC: hue angle of 297.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F430FC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 48 | 252 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.01 |
| HSL | 297.65º | 0.97% | 0.59% | - |
| HSV(B) | 297.65º | 0.81% | 0.99% | - |
| XYZ | 55.94 | 28.38 | 94.62 | - |
| YUV | 129.86 | 196.93 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 252 | 0.03 | 0.81 | 0 | 0.01 | 297.65 | 0.97 | 0.59 |
| Hex | F4 | 30 | FC | 3 | 51 | 0 | 1 | 12A | 61 | 3B |
| Octal | 364 | 60 | 374 | 3 | 121 | 0 | 1 | 452 | 141 | 73 |
| Binary | 11110100 | 110000 | 11111100 | 11 | 1010001 | 0 | 1 | 100101010 | 1100001 | 111011 |
Color Harmonies of #F430FC
Complementary color
Monochromatic Colors of #F430FC
Black with #F430FC
Text Example
Text Example
White with #F430FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430FC; }
p { color: rgb(244,48,252); }
H1.HeaderClassName
{
color: #F430FC;
}
.AnyTagClassName
{
color: #F430FC;
}
</style>
background-color css
<style>
a { background-color: #F430FC; }
a { background-color: rgb(244,48,252); }
div.DivClassName
{
background-color: #F430FC;
}
.BgClassName
{
background-color: #F430FC;
}
</style>
border-color css
<style>
span { border-color: #F430FC; }
span { border-color: rgb(244,48,252); }
td.TdClassName
{
border-color: #F430FC;
}
.TagClassName
{
border-color: #F430FC;
}
</style>