Shades of Pale Magenta #F177E5
Tints of Pale Magenta #F177E5
RGB
CMYK
RGB Variations
Color information
#F177E5 (or 0xF177E5) is known color: Pale Magenta. HEX triplet: F1, 77 and E5. RGB value is (241,119,229). Sum of RGB (Red+Green+Blue) = 241+119+229=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F177E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177E5 is #0E881A. Grayscale: #A7A7A7. Windows color (decimal): -952347 or 15038449. OLE color: 15038449.
HSL color Cylindrical-coordinate representation of color #F177E5: hue angle of 305.9º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F177E5 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 229 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.05 |
| HSL | 305.9º | 0.81% | 0.71% | - |
| HSV(B) | 305.9º | 0.51% | 0.95% | - |
| XYZ | 57.02 | 37.55 | 78.37 | - |
| YUV | 168.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 229 | 0 | 0.51 | 0.05 | 0.05 | 305.9 | 0.81 | 0.71 |
| Hex | F1 | 77 | E5 | 0 | 33 | 5 | 5 | 132 | 51 | 47 |
| Octal | 361 | 167 | 345 | 0 | 63 | 5 | 5 | 462 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11100101 | 0 | 110011 | 101 | 101 | 100110010 | 1010001 | 1000111 |
Color Harmonies of #F177E5
Complementary color
Monochromatic Colors of #F177E5
Black with #F177E5
Text Example
Text Example
White with #F177E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177E5; }
p { color: rgb(241,119,229); }
H1.HeaderClassName
{
color: #F177E5;
}
.AnyTagClassName
{
color: #F177E5;
}
</style>
background-color css
<style>
a { background-color: #F177E5; }
a { background-color: rgb(241,119,229); }
div.DivClassName
{
background-color: #F177E5;
}
.BgClassName
{
background-color: #F177E5;
}
</style>
border-color css
<style>
span { border-color: #F177E5; }
span { border-color: rgb(241,119,229); }
td.TdClassName
{
border-color: #F177E5;
}
.TagClassName
{
border-color: #F177E5;
}
</style>