Shades of Pale Magenta #F172DB
Tints of Pale Magenta #F172DB
RGB
CMYK
RGB Variations
Color information
#F172DB (or 0xF172DB) is known color: Pale Magenta. HEX triplet: F1, 72 and DB. RGB value is (241,114,219). Sum of RGB (Red+Green+Blue) = 241+114+219=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F172DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172DB is #0E8D24. Grayscale: #A3A3A3. Windows color (decimal): -953637 or 14381809. OLE color: 14381809.
HSL color Cylindrical-coordinate representation of color #F172DB: hue angle of 310.39º 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 #F172DB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 219 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 310.39º | 0.82% | 0.7% | - |
| HSV(B) | 310.39º | 0.53% | 0.95% | - |
| XYZ | 55.08 | 35.85 | 71.03 | - |
| YUV | 163.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 219 | 0 | 0.53 | 0.09 | 0.05 | 310.39 | 0.82 | 0.7 |
| Hex | F1 | 72 | DB | 0 | 35 | 9 | 5 | 136 | 52 | 46 |
| Octal | 361 | 162 | 333 | 0 | 65 | 11 | 5 | 466 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11011011 | 0 | 110101 | 1001 | 101 | 100110110 | 1010010 | 1000110 |
Color Harmonies of #F172DB
Complementary color
Monochromatic Colors of #F172DB
Black with #F172DB
Text Example
Text Example
White with #F172DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172DB; }
p { color: rgb(241,114,219); }
H1.HeaderClassName
{
color: #F172DB;
}
.AnyTagClassName
{
color: #F172DB;
}
</style>
background-color css
<style>
a { background-color: #F172DB; }
a { background-color: rgb(241,114,219); }
div.DivClassName
{
background-color: #F172DB;
}
.BgClassName
{
background-color: #F172DB;
}
</style>
border-color css
<style>
span { border-color: #F172DB; }
span { border-color: rgb(241,114,219); }
td.TdClassName
{
border-color: #F172DB;
}
.TagClassName
{
border-color: #F172DB;
}
</style>