Shades of Pale Magenta #F171DC
Tints of Pale Magenta #F171DC
RGB
CMYK
RGB Variations
Color information
#F171DC (or 0xF171DC) is known color: Pale Magenta. HEX triplet: F1, 71 and DC. RGB value is (241,113,220). Sum of RGB (Red+Green+Blue) = 241+113+220=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F171DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171DC is #0E8E23. Grayscale: #A3A3A3. Windows color (decimal): -953892 or 14447089. OLE color: 14447089.
HSL color Cylindrical-coordinate representation of color #F171DC: hue angle of 309.84º 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 #F171DC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 220 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 309.84º | 0.82% | 0.69% | - |
| HSV(B) | 309.84º | 0.53% | 0.95% | - |
| XYZ | 55.1 | 35.68 | 71.69 | - |
| YUV | 163.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 220 | 0 | 0.53 | 0.09 | 0.05 | 309.84 | 0.82 | 0.69 |
| Hex | F1 | 71 | DC | 0 | 35 | 9 | 5 | 136 | 52 | 45 |
| Octal | 361 | 161 | 334 | 0 | 65 | 11 | 5 | 466 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11011100 | 0 | 110101 | 1001 | 101 | 100110110 | 1010010 | 1000101 |
Color Harmonies of #F171DC
Complementary color
Monochromatic Colors of #F171DC
Black with #F171DC
Text Example
Text Example
White with #F171DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171DC; }
p { color: rgb(241,113,220); }
H1.HeaderClassName
{
color: #F171DC;
}
.AnyTagClassName
{
color: #F171DC;
}
</style>
background-color css
<style>
a { background-color: #F171DC; }
a { background-color: rgb(241,113,220); }
div.DivClassName
{
background-color: #F171DC;
}
.BgClassName
{
background-color: #F171DC;
}
</style>
border-color css
<style>
span { border-color: #F171DC; }
span { border-color: rgb(241,113,220); }
td.TdClassName
{
border-color: #F171DC;
}
.TagClassName
{
border-color: #F171DC;
}
</style>