Shades of Pale Magenta #F179E5
Tints of Pale Magenta #F179E5
RGB
CMYK
RGB Variations
Color information
#F179E5 (or 0xF179E5) is known color: Pale Magenta. HEX triplet: F1, 79 and E5. RGB value is (241,121,229). Sum of RGB (Red+Green+Blue) = 241+121+229=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F179E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179E5 is #0E861A. Grayscale: #A8A8A8. Windows color (decimal): -951835 or 15038961. OLE color: 15038961.
HSL color Cylindrical-coordinate representation of color #F179E5: hue angle of 306º 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 #F179E5 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 229 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.05 |
| HSL | 306º | 0.81% | 0.71% | - |
| HSV(B) | 306º | 0.5% | 0.95% | - |
| XYZ | 57.26 | 38.03 | 78.45 | - |
| YUV | 169.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 229 | 0 | 0.50 | 0.05 | 0.05 | 306 | 0.81 | 0.71 |
| Hex | F1 | 79 | E5 | 0 | 32 | 5 | 5 | 132 | 51 | 47 |
| Octal | 361 | 171 | 345 | 0 | 62 | 5 | 5 | 462 | 121 | 107 |
| Binary | 11110001 | 1111001 | 11100101 | 0 | 110010 | 101 | 101 | 100110010 | 1010001 | 1000111 |
Color Harmonies of #F179E5
Complementary color
Monochromatic Colors of #F179E5
Black with #F179E5
Text Example
Text Example
White with #F179E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F179E5; }
p { color: rgb(241,121,229); }
H1.HeaderClassName
{
color: #F179E5;
}
.AnyTagClassName
{
color: #F179E5;
}
</style>
background-color css
<style>
a { background-color: #F179E5; }
a { background-color: rgb(241,121,229); }
div.DivClassName
{
background-color: #F179E5;
}
.BgClassName
{
background-color: #F179E5;
}
</style>
border-color css
<style>
span { border-color: #F179E5; }
span { border-color: rgb(241,121,229); }
td.TdClassName
{
border-color: #F179E5;
}
.TagClassName
{
border-color: #F179E5;
}
</style>