Shades of Magenta #F214F5
Tints of Magenta #F214F5
RGB
CMYK
RGB Variations
Color information
#F214F5 (or 0xF214F5) is known color: Magenta. HEX triplet: F2, 14 and F5. RGB value is (242,20,245). Sum of RGB (Red+Green+Blue) = 242+20+245=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 20 (8.20% from 255 or 3.94% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #F214F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F214F5 is #0DEB0A. Grayscale: #6F6F6F. Windows color (decimal): -912139 or 16061682. OLE color: 16061682.
HSL color Cylindrical-coordinate representation of color #F214F5: hue angle of 299.2º 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 #F214F5 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 20 | 245 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.04 |
| HSL | 299.2º | 0.92% | 0.52% | - |
| HSV(B) | 299.2º | 0.92% | 0.96% | - |
| XYZ | 53.35 | 25.97 | 88.59 | - |
| YUV | 112.03 | 203.05 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 245 | 0.01 | 0.92 | 0 | 0.04 | 299.2 | 0.92 | 0.52 |
| Hex | F2 | 14 | F5 | 1 | 5C | 0 | 4 | 12B | 5C | 34 |
| Octal | 362 | 24 | 365 | 1 | 134 | 0 | 4 | 453 | 134 | 64 |
| Binary | 11110010 | 10100 | 11110101 | 1 | 1011100 | 0 | 100 | 100101011 | 1011100 | 110100 |
Color Harmonies of #F214F5
Complementary color
Monochromatic Colors of #F214F5
Black with #F214F5
Text Example
Text Example
White with #F214F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214F5; }
p { color: rgb(242,20,245); }
H1.HeaderClassName
{
color: #F214F5;
}
.AnyTagClassName
{
color: #F214F5;
}
</style>
background-color css
<style>
a { background-color: #F214F5; }
a { background-color: rgb(242,20,245); }
div.DivClassName
{
background-color: #F214F5;
}
.BgClassName
{
background-color: #F214F5;
}
</style>
border-color css
<style>
span { border-color: #F214F5; }
span { border-color: rgb(242,20,245); }
td.TdClassName
{
border-color: #F214F5;
}
.TagClassName
{
border-color: #F214F5;
}
</style>