Shades of Magenta #F114F5
Tints of Magenta #F114F5
RGB
CMYK
RGB Variations
Color information
#F114F5 (or 0xF114F5) is known color: Magenta. HEX triplet: F1, 14 and F5. RGB value is (241,20,245). Sum of RGB (Red+Green+Blue) = 241+20+245=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #F114F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114F5 is #0EEB0A. Grayscale: #6F6F6F. Windows color (decimal): -977675 or 16061681. OLE color: 16061681.
HSL color Cylindrical-coordinate representation of color #F114F5: hue angle of 298.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114F5 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 20 | 245 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.04 |
| HSL | 298.93º | 0.92% | 0.52% | - |
| HSV(B) | 298.93º | 0.92% | 0.96% | - |
| XYZ | 53.01 | 25.79 | 88.57 | - |
| YUV | 111.73 | 203.22 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 245 | 0.02 | 0.92 | 0 | 0.04 | 298.93 | 0.92 | 0.52 |
| Hex | F1 | 14 | F5 | 2 | 5C | 0 | 4 | 12B | 5C | 34 |
| Octal | 361 | 24 | 365 | 2 | 134 | 0 | 4 | 453 | 134 | 64 |
| Binary | 11110001 | 10100 | 11110101 | 10 | 1011100 | 0 | 100 | 100101011 | 1011100 | 110100 |
Color Harmonies of #F114F5
Complementary color
Monochromatic Colors of #F114F5
Black with #F114F5
Text Example
Text Example
White with #F114F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114F5; }
p { color: rgb(241,20,245); }
H1.HeaderClassName
{
color: #F114F5;
}
.AnyTagClassName
{
color: #F114F5;
}
</style>
background-color css
<style>
a { background-color: #F114F5; }
a { background-color: rgb(241,20,245); }
div.DivClassName
{
background-color: #F114F5;
}
.BgClassName
{
background-color: #F114F5;
}
</style>
border-color css
<style>
span { border-color: #F114F5; }
span { border-color: rgb(241,20,245); }
td.TdClassName
{
border-color: #F114F5;
}
.TagClassName
{
border-color: #F114F5;
}
</style>