Shades of Magenta #F31CF5
Tints of Magenta #F31CF5
RGB
CMYK
RGB Variations
Color information
#F31CF5 (or 0xF31CF5) is known color: Magenta. HEX triplet: F3, 1C and F5. RGB value is (243,28,245). Sum of RGB (Red+Green+Blue) = 243+28+245=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #F31CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CF5 is #0CE30A. Grayscale: #747474. Windows color (decimal): -844555 or 16063731. OLE color: 16063731.
HSL color Cylindrical-coordinate representation of color #F31CF5: hue angle of 299.45º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31CF5 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 28 | 245 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.04 |
| HSL | 299.45º | 0.92% | 0.54% | - |
| HSV(B) | 299.45º | 0.89% | 0.96% | - |
| XYZ | 53.86 | 26.48 | 88.66 | - |
| YUV | 117.02 | 200.23 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 245 | 0.01 | 0.89 | 0 | 0.04 | 299.45 | 0.92 | 0.54 |
| Hex | F3 | 1C | F5 | 1 | 59 | 0 | 4 | 12B | 5C | 36 |
| Octal | 363 | 34 | 365 | 1 | 131 | 0 | 4 | 453 | 134 | 66 |
| Binary | 11110011 | 11100 | 11110101 | 1 | 1011001 | 0 | 100 | 100101011 | 1011100 | 110110 |
Color Harmonies of #F31CF5
Complementary color
Monochromatic Colors of #F31CF5
Black with #F31CF5
Text Example
Text Example
White with #F31CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CF5; }
p { color: rgb(243,28,245); }
H1.HeaderClassName
{
color: #F31CF5;
}
.AnyTagClassName
{
color: #F31CF5;
}
</style>
background-color css
<style>
a { background-color: #F31CF5; }
a { background-color: rgb(243,28,245); }
div.DivClassName
{
background-color: #F31CF5;
}
.BgClassName
{
background-color: #F31CF5;
}
</style>
border-color css
<style>
span { border-color: #F31CF5; }
span { border-color: rgb(243,28,245); }
td.TdClassName
{
border-color: #F31CF5;
}
.TagClassName
{
border-color: #F31CF5;
}
</style>