Shades of Magenta #F217F1
Tints of Magenta #F217F1
RGB
CMYK
RGB Variations
Color information
#F217F1 (or 0xF217F1) is known color: Magenta. HEX triplet: F2, 17 and F1. RGB value is (242,23,241). Sum of RGB (Red+Green+Blue) = 242+23+241=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F217F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F217F1 is #0DE80E. Grayscale: #707070. Windows color (decimal): -911375 or 15800306. OLE color: 15800306.
HSL color Cylindrical-coordinate representation of color #F217F1: hue angle of 300.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217F1 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 241 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.05 |
| HSL | 300.27º | 0.89% | 0.52% | - |
| HSV(B) | 300.27º | 0.9% | 0.95% | - |
| XYZ | 52.8 | 25.84 | 85.42 | - |
| YUV | 113.33 | 200.05 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 241 | 0 | 0.90 | 0.00 | 0.05 | 300.27 | 0.89 | 0.52 |
| Hex | F2 | 17 | F1 | 0 | 5A | 0 | 5 | 12C | 59 | 34 |
| Octal | 362 | 27 | 361 | 0 | 132 | 0 | 5 | 454 | 131 | 64 |
| Binary | 11110010 | 10111 | 11110001 | 0 | 1011010 | 0 | 101 | 100101100 | 1011001 | 110100 |
Color Harmonies of #F217F1
Complementary color
Monochromatic Colors of #F217F1
Black with #F217F1
Text Example
Text Example
White with #F217F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217F1; }
p { color: rgb(242,23,241); }
H1.HeaderClassName
{
color: #F217F1;
}
.AnyTagClassName
{
color: #F217F1;
}
</style>
background-color css
<style>
a { background-color: #F217F1; }
a { background-color: rgb(242,23,241); }
div.DivClassName
{
background-color: #F217F1;
}
.BgClassName
{
background-color: #F217F1;
}
</style>
border-color css
<style>
span { border-color: #F217F1; }
span { border-color: rgb(242,23,241); }
td.TdClassName
{
border-color: #F217F1;
}
.TagClassName
{
border-color: #F217F1;
}
</style>