Shades of Pale Magenta #F173DD
Tints of Pale Magenta #F173DD
RGB
CMYK
RGB Variations
Color information
#F173DD (or 0xF173DD) is known color: Pale Magenta. HEX triplet: F1, 73 and DD. RGB value is (241,115,221). Sum of RGB (Red+Green+Blue) = 241+115+221=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F173DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173DD is #0E8C22. Grayscale: #A4A4A4. Windows color (decimal): -953379 or 14513137. OLE color: 14513137.
HSL color Cylindrical-coordinate representation of color #F173DD: hue angle of 309.52º 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 #F173DD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 221 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.05 |
| HSL | 309.52º | 0.82% | 0.7% | - |
| HSV(B) | 309.52º | 0.52% | 0.95% | - |
| XYZ | 55.46 | 36.18 | 72.47 | - |
| YUV | 164.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 221 | 0 | 0.52 | 0.08 | 0.05 | 309.52 | 0.82 | 0.7 |
| Hex | F1 | 73 | DD | 0 | 34 | 8 | 5 | 136 | 52 | 46 |
| Octal | 361 | 163 | 335 | 0 | 64 | 10 | 5 | 466 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11011101 | 0 | 110100 | 1000 | 101 | 100110110 | 1010010 | 1000110 |
Color Harmonies of #F173DD
Complementary color
Monochromatic Colors of #F173DD
Black with #F173DD
Text Example
Text Example
White with #F173DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173DD; }
p { color: rgb(241,115,221); }
H1.HeaderClassName
{
color: #F173DD;
}
.AnyTagClassName
{
color: #F173DD;
}
</style>
background-color css
<style>
a { background-color: #F173DD; }
a { background-color: rgb(241,115,221); }
div.DivClassName
{
background-color: #F173DD;
}
.BgClassName
{
background-color: #F173DD;
}
</style>
border-color css
<style>
span { border-color: #F173DD; }
span { border-color: rgb(241,115,221); }
td.TdClassName
{
border-color: #F173DD;
}
.TagClassName
{
border-color: #F173DD;
}
</style>