Shades of Pale Magenta #F174DF
Tints of Pale Magenta #F174DF
RGB
CMYK
RGB Variations
Color information
#F174DF (or 0xF174DF) is known color: Pale Magenta. HEX triplet: F1, 74 and DF. RGB value is (241,116,223). Sum of RGB (Red+Green+Blue) = 241+116+223=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F174DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174DF is #0E8B20. Grayscale: #A5A5A5. Windows color (decimal): -953121 or 14644465. OLE color: 14644465.
HSL color Cylindrical-coordinate representation of color #F174DF: hue angle of 308.64º 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 #F174DF is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 223 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.05 |
| HSL | 308.64º | 0.82% | 0.7% | - |
| HSV(B) | 308.64º | 0.52% | 0.95% | - |
| XYZ | 55.84 | 36.52 | 73.92 | - |
| YUV | 165.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 223 | 0 | 0.52 | 0.07 | 0.05 | 308.64 | 0.82 | 0.7 |
| Hex | F1 | 74 | DF | 0 | 34 | 7 | 5 | 135 | 52 | 46 |
| Octal | 361 | 164 | 337 | 0 | 64 | 7 | 5 | 465 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11011111 | 0 | 110100 | 111 | 101 | 100110101 | 1010010 | 1000110 |
Color Harmonies of #F174DF
Complementary color
Monochromatic Colors of #F174DF
Black with #F174DF
Text Example
Text Example
White with #F174DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174DF; }
p { color: rgb(241,116,223); }
H1.HeaderClassName
{
color: #F174DF;
}
.AnyTagClassName
{
color: #F174DF;
}
</style>
background-color css
<style>
a { background-color: #F174DF; }
a { background-color: rgb(241,116,223); }
div.DivClassName
{
background-color: #F174DF;
}
.BgClassName
{
background-color: #F174DF;
}
</style>
border-color css
<style>
span { border-color: #F174DF; }
span { border-color: rgb(241,116,223); }
td.TdClassName
{
border-color: #F174DF;
}
.TagClassName
{
border-color: #F174DF;
}
</style>