Shades of Magenta #F425FE
Tints of Magenta #F425FE
RGB
CMYK
RGB Variations
Color information
#F425FE (or 0xF425FE) is known color: Magenta. HEX triplet: F4, 25 and FE. RGB value is (244,37,254). Sum of RGB (Red+Green+Blue) = 244+37+254=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 37 (14.84% from 255 or 6.92% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #F425FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425FE is #0BDA01. Grayscale: #7A7A7A. Windows color (decimal): -776706 or 16655860. OLE color: 16655860.
HSL color Cylindrical-coordinate representation of color #F425FE: hue angle of 297.24º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425FE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 37 | 254 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.00 |
| HSL | 297.24º | 0.99% | 0.57% | - |
| HSV(B) | 297.24º | 0.85% | 1% | - |
| XYZ | 55.86 | 27.71 | 96.17 | - |
| YUV | 123.63 | 201.58 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 254 | 0.04 | 0.85 | 0 | 0.00 | 297.24 | 0.99 | 0.57 |
| Hex | F4 | 25 | FE | 4 | 55 | 0 | 0 | 129 | 63 | 39 |
| Octal | 364 | 45 | 376 | 4 | 125 | 0 | 0 | 451 | 143 | 71 |
| Binary | 11110100 | 100101 | 11111110 | 100 | 1010101 | 0 | 0 | 100101001 | 1100011 | 111001 |
Color Harmonies of #F425FE
Complementary color
Monochromatic Colors of #F425FE
Black with #F425FE
Text Example
Text Example
White with #F425FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425FE; }
p { color: rgb(244,37,254); }
H1.HeaderClassName
{
color: #F425FE;
}
.AnyTagClassName
{
color: #F425FE;
}
</style>
background-color css
<style>
a { background-color: #F425FE; }
a { background-color: rgb(244,37,254); }
div.DivClassName
{
background-color: #F425FE;
}
.BgClassName
{
background-color: #F425FE;
}
</style>
border-color css
<style>
span { border-color: #F425FE; }
span { border-color: rgb(244,37,254); }
td.TdClassName
{
border-color: #F425FE;
}
.TagClassName
{
border-color: #F425FE;
}
</style>