Shades of Pale Magenta #F170DD
Tints of Pale Magenta #F170DD
RGB
CMYK
RGB Variations
Color information
#F170DD (or 0xF170DD) is known color: Pale Magenta. HEX triplet: F1, 70 and DD. RGB value is (241,112,221). Sum of RGB (Red+Green+Blue) = 241+112+221=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F170DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170DD is #0E8F22. Grayscale: #A2A2A2. Windows color (decimal): -954147 or 14512369. OLE color: 14512369.
HSL color Cylindrical-coordinate representation of color #F170DD: hue angle of 309.3º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170DD is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 221 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.05 |
| HSL | 309.3º | 0.82% | 0.69% | - |
| HSV(B) | 309.3º | 0.54% | 0.95% | - |
| XYZ | 55.12 | 35.51 | 72.36 | - |
| YUV | 163 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 221 | 0 | 0.54 | 0.08 | 0.05 | 309.3 | 0.82 | 0.69 |
| Hex | F1 | 70 | DD | 0 | 36 | 8 | 5 | 135 | 52 | 45 |
| Octal | 361 | 160 | 335 | 0 | 66 | 10 | 5 | 465 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11011101 | 0 | 110110 | 1000 | 101 | 100110101 | 1010010 | 1000101 |
Color Harmonies of #F170DD
Complementary color
Monochromatic Colors of #F170DD
Black with #F170DD
Text Example
Text Example
White with #F170DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170DD; }
p { color: rgb(241,112,221); }
H1.HeaderClassName
{
color: #F170DD;
}
.AnyTagClassName
{
color: #F170DD;
}
</style>
background-color css
<style>
a { background-color: #F170DD; }
a { background-color: rgb(241,112,221); }
div.DivClassName
{
background-color: #F170DD;
}
.BgClassName
{
background-color: #F170DD;
}
</style>
border-color css
<style>
span { border-color: #F170DD; }
span { border-color: rgb(241,112,221); }
td.TdClassName
{
border-color: #F170DD;
}
.TagClassName
{
border-color: #F170DD;
}
</style>