Shades of Pale Magenta #F179DC
Tints of Pale Magenta #F179DC
RGB
CMYK
RGB Variations
Color information
#F179DC (or 0xF179DC) is known color: Pale Magenta. HEX triplet: F1, 79 and DC. RGB value is (241,121,220). Sum of RGB (Red+Green+Blue) = 241+121+220=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 121 (47.66% from 255 or 20.79% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F179DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179DC is #0E8623. Grayscale: #A7A7A7. Windows color (decimal): -951844 or 14449137. OLE color: 14449137.
HSL color Cylindrical-coordinate representation of color #F179DC: hue angle of 310.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F179DC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 220 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.05 |
| HSL | 310.5º | 0.81% | 0.71% | - |
| HSV(B) | 310.5º | 0.5% | 0.95% | - |
| XYZ | 56.03 | 37.54 | 72 | - |
| YUV | 168.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 220 | 0 | 0.50 | 0.09 | 0.05 | 310.5 | 0.81 | 0.71 |
| Hex | F1 | 79 | DC | 0 | 32 | 9 | 5 | 136 | 51 | 47 |
| Octal | 361 | 171 | 334 | 0 | 62 | 11 | 5 | 466 | 121 | 107 |
| Binary | 11110001 | 1111001 | 11011100 | 0 | 110010 | 1001 | 101 | 100110110 | 1010001 | 1000111 |
Color Harmonies of #F179DC
Complementary color
Monochromatic Colors of #F179DC
Black with #F179DC
Text Example
Text Example
White with #F179DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F179DC; }
p { color: rgb(241,121,220); }
H1.HeaderClassName
{
color: #F179DC;
}
.AnyTagClassName
{
color: #F179DC;
}
</style>
background-color css
<style>
a { background-color: #F179DC; }
a { background-color: rgb(241,121,220); }
div.DivClassName
{
background-color: #F179DC;
}
.BgClassName
{
background-color: #F179DC;
}
</style>
border-color css
<style>
span { border-color: #F179DC; }
span { border-color: rgb(241,121,220); }
td.TdClassName
{
border-color: #F179DC;
}
.TagClassName
{
border-color: #F179DC;
}
</style>