Shades of Magenta #F42AF5
Tints of Magenta #F42AF5
RGB
CMYK
RGB Variations
Color information
#F42AF5 (or 0xF42AF5) is known color: Magenta. HEX triplet: F4, 2A and F5. RGB value is (244,42,245). Sum of RGB (Red+Green+Blue) = 244+42+245=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 42 (16.80% from 255 or 7.91% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #F42AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42AF5 is #0BD50A. Grayscale: #7C7C7C. Windows color (decimal): -775435 or 16067316. OLE color: 16067316.
HSL color Cylindrical-coordinate representation of color #F42AF5: hue angle of 299.7º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42AF5 is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 245 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.04 |
| HSL | 299.7º | 0.91% | 0.56% | - |
| HSV(B) | 299.7º | 0.83% | 0.96% | - |
| XYZ | 54.62 | 27.48 | 88.81 | - |
| YUV | 125.54 | 195.42 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 245 | 0.00 | 0.83 | 0 | 0.04 | 299.7 | 0.91 | 0.56 |
| Hex | F4 | 2A | F5 | 0 | 53 | 0 | 4 | 12C | 5B | 38 |
| Octal | 364 | 52 | 365 | 0 | 123 | 0 | 4 | 454 | 133 | 70 |
| Binary | 11110100 | 101010 | 11110101 | 0 | 1010011 | 0 | 100 | 100101100 | 1011011 | 111000 |
Color Harmonies of #F42AF5
Complementary color
Monochromatic Colors of #F42AF5
Black with #F42AF5
Text Example
Text Example
White with #F42AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42AF5; }
p { color: rgb(244,42,245); }
H1.HeaderClassName
{
color: #F42AF5;
}
.AnyTagClassName
{
color: #F42AF5;
}
</style>
background-color css
<style>
a { background-color: #F42AF5; }
a { background-color: rgb(244,42,245); }
div.DivClassName
{
background-color: #F42AF5;
}
.BgClassName
{
background-color: #F42AF5;
}
</style>
border-color css
<style>
span { border-color: #F42AF5; }
span { border-color: rgb(244,42,245); }
td.TdClassName
{
border-color: #F42AF5;
}
.TagClassName
{
border-color: #F42AF5;
}
</style>