Shades of Magenta #F42FFD
Tints of Magenta #F42FFD
RGB
CMYK
RGB Variations
Color information
#F42FFD (or 0xF42FFD) is known color: Magenta. HEX triplet: F4, 2F and FD. RGB value is (244,47,253). Sum of RGB (Red+Green+Blue) = 244+47+253=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 47 (18.75% from 255 or 8.64% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #F42FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42FFD is #0BD002. Grayscale: #808080. Windows color (decimal): -774147 or 16592884. OLE color: 16592884.
HSL color Cylindrical-coordinate representation of color #F42FFD: hue angle of 297.38º 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 #F42FFD is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 47 | 253 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.01 |
| HSL | 297.38º | 0.98% | 0.59% | - |
| HSV(B) | 297.38º | 0.81% | 0.99% | - |
| XYZ | 56.05 | 28.36 | 95.45 | - |
| YUV | 129.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 253 | 0.04 | 0.81 | 0 | 0.01 | 297.38 | 0.98 | 0.59 |
| Hex | F4 | 2F | FD | 4 | 51 | 0 | 1 | 129 | 62 | 3B |
| Octal | 364 | 57 | 375 | 4 | 121 | 0 | 1 | 451 | 142 | 73 |
| Binary | 11110100 | 101111 | 11111101 | 100 | 1010001 | 0 | 1 | 100101001 | 1100010 | 111011 |
Color Harmonies of #F42FFD
Complementary color
Monochromatic Colors of #F42FFD
Black with #F42FFD
Text Example
Text Example
White with #F42FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FFD; }
p { color: rgb(244,47,253); }
H1.HeaderClassName
{
color: #F42FFD;
}
.AnyTagClassName
{
color: #F42FFD;
}
</style>
background-color css
<style>
a { background-color: #F42FFD; }
a { background-color: rgb(244,47,253); }
div.DivClassName
{
background-color: #F42FFD;
}
.BgClassName
{
background-color: #F42FFD;
}
</style>
border-color css
<style>
span { border-color: #F42FFD; }
span { border-color: rgb(244,47,253); }
td.TdClassName
{
border-color: #F42FFD;
}
.TagClassName
{
border-color: #F42FFD;
}
</style>