Shades of Magenta #F31AF4
Tints of Magenta #F31AF4
RGB
CMYK
RGB Variations
Color information
#F31AF4 (or 0xF31AF4) is known color: Magenta. HEX triplet: F3, 1A and F4. RGB value is (243,26,244). Sum of RGB (Red+Green+Blue) = 243+26+244=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 26 (10.55% from 255 or 5.07% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #F31AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31AF4 is #0CE50B. Grayscale: #737373. Windows color (decimal): -845068 or 15997683. OLE color: 15997683.
HSL color Cylindrical-coordinate representation of color #F31AF4: hue angle of 299.72º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31AF4 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 26 | 244 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.04 |
| HSL | 299.72º | 0.91% | 0.53% | - |
| HSV(B) | 299.72º | 0.89% | 0.96% | - |
| XYZ | 53.66 | 26.33 | 87.84 | - |
| YUV | 115.74 | 200.39 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 244 | 0.00 | 0.89 | 0 | 0.04 | 299.72 | 0.91 | 0.53 |
| Hex | F3 | 1A | F4 | 0 | 59 | 0 | 4 | 12C | 5B | 35 |
| Octal | 363 | 32 | 364 | 0 | 131 | 0 | 4 | 454 | 133 | 65 |
| Binary | 11110011 | 11010 | 11110100 | 0 | 1011001 | 0 | 100 | 100101100 | 1011011 | 110101 |
Color Harmonies of #F31AF4
Complementary color
Monochromatic Colors of #F31AF4
Black with #F31AF4
Text Example
Text Example
White with #F31AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AF4; }
p { color: rgb(243,26,244); }
H1.HeaderClassName
{
color: #F31AF4;
}
.AnyTagClassName
{
color: #F31AF4;
}
</style>
background-color css
<style>
a { background-color: #F31AF4; }
a { background-color: rgb(243,26,244); }
div.DivClassName
{
background-color: #F31AF4;
}
.BgClassName
{
background-color: #F31AF4;
}
</style>
border-color css
<style>
span { border-color: #F31AF4; }
span { border-color: rgb(243,26,244); }
td.TdClassName
{
border-color: #F31AF4;
}
.TagClassName
{
border-color: #F31AF4;
}
</style>