Shades of Magenta #F425FF
Tints of Magenta #F425FF
RGB
CMYK
RGB Variations
Color information
#F425FF (or 0xF425FF) is known color: Magenta. HEX triplet: F4, 25 and FF. RGB value is (244,37,255). Sum of RGB (Red+Green+Blue) = 244+37+255=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 37 (14.84% from 255 or 6.90% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #F425FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425FF is #0BDA00. Grayscale: #7B7B7B. Windows color (decimal): -776705 or 16721396. OLE color: 16721396.
HSL color Cylindrical-coordinate representation of color #F425FF: hue angle of 296.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425FF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 37 | 255 | - |
| CMYK | 0.04 | 0.85 | 0 | 0 |
| HSL | 296.97º | 1% | 0.57% | - |
| HSV(B) | 296.97º | 0.85% | 1% | - |
| XYZ | 56.02 | 27.78 | 97.02 | - |
| YUV | 123.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 255 | 0.04 | 0.85 | 0 | 0 | 296.97 | 1 | 0.57 |
| Hex | F4 | 25 | FF | 4 | 55 | 0 | 0 | 129 | 64 | 39 |
| Octal | 364 | 45 | 377 | 4 | 125 | 0 | 0 | 451 | 144 | 71 |
| Binary | 11110100 | 100101 | 11111111 | 100 | 1010101 | 0 | 0 | 100101001 | 1100100 | 111001 |
Color Harmonies of #F425FF
Complementary color
Monochromatic Colors of #F425FF
Black with #F425FF
Text Example
Text Example
White with #F425FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425FF; }
p { color: rgb(244,37,255); }
H1.HeaderClassName
{
color: #F425FF;
}
.AnyTagClassName
{
color: #F425FF;
}
</style>
background-color css
<style>
a { background-color: #F425FF; }
a { background-color: rgb(244,37,255); }
div.DivClassName
{
background-color: #F425FF;
}
.BgClassName
{
background-color: #F425FF;
}
</style>
border-color css
<style>
span { border-color: #F425FF; }
span { border-color: rgb(244,37,255); }
td.TdClassName
{
border-color: #F425FF;
}
.TagClassName
{
border-color: #F425FF;
}
</style>