Shades of Pale Magenta #F173DB
Tints of Pale Magenta #F173DB
RGB
CMYK
RGB Variations
Color information
#F173DB (or 0xF173DB) is known color: Pale Magenta. HEX triplet: F1, 73 and DB. RGB value is (241,115,219). Sum of RGB (Red+Green+Blue) = 241+115+219=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F173DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173DB is #0E8C24. Grayscale: #A4A4A4. Windows color (decimal): -953381 or 14382065. OLE color: 14382065.
HSL color Cylindrical-coordinate representation of color #F173DB: hue angle of 310.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173DB is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 219 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.05 |
| HSL | 310.48º | 0.82% | 0.7% | - |
| HSV(B) | 310.48º | 0.52% | 0.95% | - |
| XYZ | 55.19 | 36.08 | 71.07 | - |
| YUV | 164.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 219 | 0 | 0.52 | 0.09 | 0.05 | 310.48 | 0.82 | 0.7 |
| Hex | F1 | 73 | DB | 0 | 34 | 9 | 5 | 136 | 52 | 46 |
| Octal | 361 | 163 | 333 | 0 | 64 | 11 | 5 | 466 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11011011 | 0 | 110100 | 1001 | 101 | 100110110 | 1010010 | 1000110 |
Color Harmonies of #F173DB
Complementary color
Monochromatic Colors of #F173DB
Black with #F173DB
Text Example
Text Example
White with #F173DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173DB; }
p { color: rgb(241,115,219); }
H1.HeaderClassName
{
color: #F173DB;
}
.AnyTagClassName
{
color: #F173DB;
}
</style>
background-color css
<style>
a { background-color: #F173DB; }
a { background-color: rgb(241,115,219); }
div.DivClassName
{
background-color: #F173DB;
}
.BgClassName
{
background-color: #F173DB;
}
</style>
border-color css
<style>
span { border-color: #F173DB; }
span { border-color: rgb(241,115,219); }
td.TdClassName
{
border-color: #F173DB;
}
.TagClassName
{
border-color: #F173DB;
}
</style>