Shades of Pale Magenta #F172DD
Tints of Pale Magenta #F172DD
RGB
CMYK
RGB Variations
Color information
#F172DD (or 0xF172DD) is known color: Pale Magenta. HEX triplet: F1, 72 and DD. RGB value is (241,114,221). Sum of RGB (Red+Green+Blue) = 241+114+221=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F172DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172DD is #0E8D22. Grayscale: #A3A3A3. Windows color (decimal): -953635 or 14512881. OLE color: 14512881.
HSL color Cylindrical-coordinate representation of color #F172DD: hue angle of 309.45º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172DD is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 221 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.05 |
| HSL | 309.45º | 0.82% | 0.7% | - |
| HSV(B) | 309.45º | 0.53% | 0.95% | - |
| XYZ | 55.34 | 35.96 | 72.43 | - |
| YUV | 164.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 221 | 0 | 0.53 | 0.08 | 0.05 | 309.45 | 0.82 | 0.7 |
| Hex | F1 | 72 | DD | 0 | 35 | 8 | 5 | 135 | 52 | 46 |
| Octal | 361 | 162 | 335 | 0 | 65 | 10 | 5 | 465 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11011101 | 0 | 110101 | 1000 | 101 | 100110101 | 1010010 | 1000110 |
Color Harmonies of #F172DD
Complementary color
Monochromatic Colors of #F172DD
Black with #F172DD
Text Example
Text Example
White with #F172DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172DD; }
p { color: rgb(241,114,221); }
H1.HeaderClassName
{
color: #F172DD;
}
.AnyTagClassName
{
color: #F172DD;
}
</style>
background-color css
<style>
a { background-color: #F172DD; }
a { background-color: rgb(241,114,221); }
div.DivClassName
{
background-color: #F172DD;
}
.BgClassName
{
background-color: #F172DD;
}
</style>
border-color css
<style>
span { border-color: #F172DD; }
span { border-color: rgb(241,114,221); }
td.TdClassName
{
border-color: #F172DD;
}
.TagClassName
{
border-color: #F172DD;
}
</style>