Shades of Pale Magenta #F172E4
Tints of Pale Magenta #F172E4
RGB
CMYK
RGB Variations
Color information
#F172E4 (or 0xF172E4) is known color: Pale Magenta. HEX triplet: F1, 72 and E4. RGB value is (241,114,228). Sum of RGB (Red+Green+Blue) = 241+114+228=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172E4 is #0E8D1B. Grayscale: #A4A4A4. Windows color (decimal): -953628 or 14971633. OLE color: 14971633.
HSL color Cylindrical-coordinate representation of color #F172E4: hue angle of 306.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172E4 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 228 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.05 |
| HSL | 306.14º | 0.82% | 0.7% | - |
| HSV(B) | 306.14º | 0.53% | 0.95% | - |
| XYZ | 56.3 | 36.34 | 77.45 | - |
| YUV | 164.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 228 | 0 | 0.53 | 0.05 | 0.05 | 306.14 | 0.82 | 0.7 |
| Hex | F1 | 72 | E4 | 0 | 35 | 5 | 5 | 132 | 52 | 46 |
| Octal | 361 | 162 | 344 | 0 | 65 | 5 | 5 | 462 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11100100 | 0 | 110101 | 101 | 101 | 100110010 | 1010010 | 1000110 |
Color Harmonies of #F172E4
Complementary color
Monochromatic Colors of #F172E4
Black with #F172E4
Text Example
Text Example
White with #F172E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172E4; }
p { color: rgb(241,114,228); }
H1.HeaderClassName
{
color: #F172E4;
}
.AnyTagClassName
{
color: #F172E4;
}
</style>
background-color css
<style>
a { background-color: #F172E4; }
a { background-color: rgb(241,114,228); }
div.DivClassName
{
background-color: #F172E4;
}
.BgClassName
{
background-color: #F172E4;
}
</style>
border-color css
<style>
span { border-color: #F172E4; }
span { border-color: rgb(241,114,228); }
td.TdClassName
{
border-color: #F172E4;
}
.TagClassName
{
border-color: #F172E4;
}
</style>