Shades of Pale Magenta #F172D8
Tints of Pale Magenta #F172D8
RGB
CMYK
RGB Variations
Color information
#F172D8 (or 0xF172D8) is known color: Pale Magenta. HEX triplet: F1, 72 and D8. RGB value is (241,114,216). Sum of RGB (Red+Green+Blue) = 241+114+216=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F172D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172D8 is #0E8D27. Grayscale: #A3A3A3. Windows color (decimal): -953640 or 14185201. OLE color: 14185201.
HSL color Cylindrical-coordinate representation of color #F172D8: hue angle of 311.81º 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 #F172D8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 216 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 311.81º | 0.82% | 0.7% | - |
| HSV(B) | 311.81º | 0.53% | 0.95% | - |
| XYZ | 54.69 | 35.69 | 68.97 | - |
| YUV | 163.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 216 | 0 | 0.53 | 0.10 | 0.05 | 311.81 | 0.82 | 0.7 |
| Hex | F1 | 72 | D8 | 0 | 35 | A | 5 | 138 | 52 | 46 |
| Octal | 361 | 162 | 330 | 0 | 65 | 12 | 5 | 470 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11011000 | 0 | 110101 | 1010 | 101 | 100111000 | 1010010 | 1000110 |
Color Harmonies of #F172D8
Complementary color
Monochromatic Colors of #F172D8
Black with #F172D8
Text Example
Text Example
White with #F172D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172D8; }
p { color: rgb(241,114,216); }
H1.HeaderClassName
{
color: #F172D8;
}
.AnyTagClassName
{
color: #F172D8;
}
</style>
background-color css
<style>
a { background-color: #F172D8; }
a { background-color: rgb(241,114,216); }
div.DivClassName
{
background-color: #F172D8;
}
.BgClassName
{
background-color: #F172D8;
}
</style>
border-color css
<style>
span { border-color: #F172D8; }
span { border-color: rgb(241,114,216); }
td.TdClassName
{
border-color: #F172D8;
}
.TagClassName
{
border-color: #F172D8;
}
</style>