Shades of Magenta #F430FD
Tints of Magenta #F430FD
RGB
CMYK
RGB Variations
Color information
#F430FD (or 0xF430FD) is known color: Magenta. HEX triplet: F4, 30 and FD. RGB value is (244,48,253). Sum of RGB (Red+Green+Blue) = 244+48+253=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 48 (19.14% from 255 or 8.81% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #F430FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F430FD is #0BCF02. Grayscale: #818181. Windows color (decimal): -773891 or 16593140. OLE color: 16593140.
HSL color Cylindrical-coordinate representation of color #F430FD: hue angle of 297.37º degrees, saturation: 0.98, 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 #F430FD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 48 | 253 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.01 |
| HSL | 297.37º | 0.98% | 0.59% | - |
| HSV(B) | 297.37º | 0.81% | 0.99% | - |
| XYZ | 56.09 | 28.44 | 95.46 | - |
| YUV | 129.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 253 | 0.04 | 0.81 | 0 | 0.01 | 297.37 | 0.98 | 0.59 |
| Hex | F4 | 30 | FD | 4 | 51 | 0 | 1 | 129 | 62 | 3B |
| Octal | 364 | 60 | 375 | 4 | 121 | 0 | 1 | 451 | 142 | 73 |
| Binary | 11110100 | 110000 | 11111101 | 100 | 1010001 | 0 | 1 | 100101001 | 1100010 | 111011 |
Color Harmonies of #F430FD
Complementary color
Monochromatic Colors of #F430FD
Black with #F430FD
Text Example
Text Example
White with #F430FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430FD; }
p { color: rgb(244,48,253); }
H1.HeaderClassName
{
color: #F430FD;
}
.AnyTagClassName
{
color: #F430FD;
}
</style>
background-color css
<style>
a { background-color: #F430FD; }
a { background-color: rgb(244,48,253); }
div.DivClassName
{
background-color: #F430FD;
}
.BgClassName
{
background-color: #F430FD;
}
</style>
border-color css
<style>
span { border-color: #F430FD; }
span { border-color: rgb(244,48,253); }
td.TdClassName
{
border-color: #F430FD;
}
.TagClassName
{
border-color: #F430FD;
}
</style>