Shades of Magenta #F217F3
Tints of Magenta #F217F3
RGB
CMYK
RGB Variations
Color information
#F217F3 (or 0xF217F3) is known color: Magenta. HEX triplet: F2, 17 and F3. RGB value is (242,23,243). Sum of RGB (Red+Green+Blue) = 242+23+243=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #F217F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F217F3 is #0DE80C. Grayscale: #707070. Windows color (decimal): -911373 or 15931378. OLE color: 15931378.
HSL color Cylindrical-coordinate representation of color #F217F3: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F217F3 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 243 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.05 |
| HSL | 299.73º | 0.9% | 0.52% | - |
| HSV(B) | 299.73º | 0.91% | 0.95% | - |
| XYZ | 53.1 | 25.96 | 87.01 | - |
| YUV | 113.56 | 201.05 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 243 | 0.00 | 0.91 | 0 | 0.05 | 299.73 | 0.9 | 0.52 |
| Hex | F2 | 17 | F3 | 0 | 5B | 0 | 5 | 12C | 5A | 34 |
| Octal | 362 | 27 | 363 | 0 | 133 | 0 | 5 | 454 | 132 | 64 |
| Binary | 11110010 | 10111 | 11110011 | 0 | 1011011 | 0 | 101 | 100101100 | 1011010 | 110100 |
Color Harmonies of #F217F3
Complementary color
Monochromatic Colors of #F217F3
Black with #F217F3
Text Example
Text Example
White with #F217F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217F3; }
p { color: rgb(242,23,243); }
H1.HeaderClassName
{
color: #F217F3;
}
.AnyTagClassName
{
color: #F217F3;
}
</style>
background-color css
<style>
a { background-color: #F217F3; }
a { background-color: rgb(242,23,243); }
div.DivClassName
{
background-color: #F217F3;
}
.BgClassName
{
background-color: #F217F3;
}
</style>
border-color css
<style>
span { border-color: #F217F3; }
span { border-color: rgb(242,23,243); }
td.TdClassName
{
border-color: #F217F3;
}
.TagClassName
{
border-color: #F217F3;
}
</style>