Shades of Pale Magenta #F174DD
Tints of Pale Magenta #F174DD
RGB
CMYK
RGB Variations
Color information
#F174DD (or 0xF174DD) is known color: Pale Magenta. HEX triplet: F1, 74 and DD. RGB value is (241,116,221). Sum of RGB (Red+Green+Blue) = 241+116+221=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F174DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174DD is #0E8B22. Grayscale: #A5A5A5. Windows color (decimal): -953123 or 14513393. OLE color: 14513393.
HSL color Cylindrical-coordinate representation of color #F174DD: hue angle of 309.6º 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 #F174DD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 221 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.05 |
| HSL | 309.6º | 0.82% | 0.7% | - |
| HSV(B) | 309.6º | 0.52% | 0.95% | - |
| XYZ | 55.57 | 36.41 | 72.51 | - |
| YUV | 165.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 221 | 0 | 0.52 | 0.08 | 0.05 | 309.6 | 0.82 | 0.7 |
| Hex | F1 | 74 | DD | 0 | 34 | 8 | 5 | 136 | 52 | 46 |
| Octal | 361 | 164 | 335 | 0 | 64 | 10 | 5 | 466 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11011101 | 0 | 110100 | 1000 | 101 | 100110110 | 1010010 | 1000110 |
Color Harmonies of #F174DD
Complementary color
Monochromatic Colors of #F174DD
Black with #F174DD
Text Example
Text Example
White with #F174DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174DD; }
p { color: rgb(241,116,221); }
H1.HeaderClassName
{
color: #F174DD;
}
.AnyTagClassName
{
color: #F174DD;
}
</style>
background-color css
<style>
a { background-color: #F174DD; }
a { background-color: rgb(241,116,221); }
div.DivClassName
{
background-color: #F174DD;
}
.BgClassName
{
background-color: #F174DD;
}
</style>
border-color css
<style>
span { border-color: #F174DD; }
span { border-color: rgb(241,116,221); }
td.TdClassName
{
border-color: #F174DD;
}
.TagClassName
{
border-color: #F174DD;
}
</style>