Shades of Magenta #F42BFD
Tints of Magenta #F42BFD
RGB
CMYK
RGB Variations
Color information
#F42BFD (or 0xF42BFD) is known color: Magenta. HEX triplet: F4, 2B and FD. RGB value is (244,43,253). Sum of RGB (Red+Green+Blue) = 244+43+253=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 43 (17.19% from 255 or 7.96% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #F42BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42BFD is #0BD402. Grayscale: #7E7E7E. Windows color (decimal): -775171 or 16591860. OLE color: 16591860.
HSL color Cylindrical-coordinate representation of color #F42BFD: hue angle of 297.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42BFD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 43 | 253 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.01 |
| HSL | 297.43º | 0.98% | 0.58% | - |
| HSV(B) | 297.43º | 0.83% | 0.99% | - |
| XYZ | 55.9 | 28.05 | 95.4 | - |
| YUV | 127.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 253 | 0.04 | 0.83 | 0 | 0.01 | 297.43 | 0.98 | 0.58 |
| Hex | F4 | 2B | FD | 4 | 53 | 0 | 1 | 129 | 62 | 3A |
| Octal | 364 | 53 | 375 | 4 | 123 | 0 | 1 | 451 | 142 | 72 |
| Binary | 11110100 | 101011 | 11111101 | 100 | 1010011 | 0 | 1 | 100101001 | 1100010 | 111010 |
Color Harmonies of #F42BFD
Complementary color
Monochromatic Colors of #F42BFD
Black with #F42BFD
Text Example
Text Example
White with #F42BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BFD; }
p { color: rgb(244,43,253); }
H1.HeaderClassName
{
color: #F42BFD;
}
.AnyTagClassName
{
color: #F42BFD;
}
</style>
background-color css
<style>
a { background-color: #F42BFD; }
a { background-color: rgb(244,43,253); }
div.DivClassName
{
background-color: #F42BFD;
}
.BgClassName
{
background-color: #F42BFD;
}
</style>
border-color css
<style>
span { border-color: #F42BFD; }
span { border-color: rgb(244,43,253); }
td.TdClassName
{
border-color: #F42BFD;
}
.TagClassName
{
border-color: #F42BFD;
}
</style>