Shades of Pale Magenta #F171DB
Tints of Pale Magenta #F171DB
RGB
CMYK
RGB Variations
Color information
#F171DB (or 0xF171DB) is known color: Pale Magenta. HEX triplet: F1, 71 and DB. RGB value is (241,113,219). Sum of RGB (Red+Green+Blue) = 241+113+219=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F171DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171DB is #0E8E24. Grayscale: #A3A3A3. Windows color (decimal): -953893 or 14381553. OLE color: 14381553.
HSL color Cylindrical-coordinate representation of color #F171DB: hue angle of 310.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171DB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 219 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 310.31º | 0.82% | 0.69% | - |
| HSV(B) | 310.31º | 0.53% | 0.95% | - |
| XYZ | 54.97 | 35.63 | 71 | - |
| YUV | 163.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 219 | 0 | 0.53 | 0.09 | 0.05 | 310.31 | 0.82 | 0.69 |
| Hex | F1 | 71 | DB | 0 | 35 | 9 | 5 | 136 | 52 | 45 |
| Octal | 361 | 161 | 333 | 0 | 65 | 11 | 5 | 466 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11011011 | 0 | 110101 | 1001 | 101 | 100110110 | 1010010 | 1000101 |
Color Harmonies of #F171DB
Complementary color
Monochromatic Colors of #F171DB
Black with #F171DB
Text Example
Text Example
White with #F171DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171DB; }
p { color: rgb(241,113,219); }
H1.HeaderClassName
{
color: #F171DB;
}
.AnyTagClassName
{
color: #F171DB;
}
</style>
background-color css
<style>
a { background-color: #F171DB; }
a { background-color: rgb(241,113,219); }
div.DivClassName
{
background-color: #F171DB;
}
.BgClassName
{
background-color: #F171DB;
}
</style>
border-color css
<style>
span { border-color: #F171DB; }
span { border-color: rgb(241,113,219); }
td.TdClassName
{
border-color: #F171DB;
}
.TagClassName
{
border-color: #F171DB;
}
</style>