Shades of Pale Magenta #F177E4
Tints of Pale Magenta #F177E4
RGB
CMYK
RGB Variations
Color information
#F177E4 (or 0xF177E4) is known color: Pale Magenta. HEX triplet: F1, 77 and E4. RGB value is (241,119,228). Sum of RGB (Red+Green+Blue) = 241+119+228=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F177E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177E4 is #0E881B. Grayscale: #A7A7A7. Windows color (decimal): -952348 or 14972913. OLE color: 14972913.
HSL color Cylindrical-coordinate representation of color #F177E4: hue angle of 306.39º 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 #F177E4 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 228 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.05 |
| HSL | 306.39º | 0.81% | 0.71% | - |
| HSV(B) | 306.39º | 0.51% | 0.95% | - |
| XYZ | 56.88 | 37.5 | 77.64 | - |
| YUV | 167.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 228 | 0 | 0.51 | 0.05 | 0.05 | 306.39 | 0.81 | 0.71 |
| Hex | F1 | 77 | E4 | 0 | 33 | 5 | 5 | 132 | 51 | 47 |
| Octal | 361 | 167 | 344 | 0 | 63 | 5 | 5 | 462 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11100100 | 0 | 110011 | 101 | 101 | 100110010 | 1010001 | 1000111 |
Color Harmonies of #F177E4
Complementary color
Monochromatic Colors of #F177E4
Black with #F177E4
Text Example
Text Example
White with #F177E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177E4; }
p { color: rgb(241,119,228); }
H1.HeaderClassName
{
color: #F177E4;
}
.AnyTagClassName
{
color: #F177E4;
}
</style>
background-color css
<style>
a { background-color: #F177E4; }
a { background-color: rgb(241,119,228); }
div.DivClassName
{
background-color: #F177E4;
}
.BgClassName
{
background-color: #F177E4;
}
</style>
border-color css
<style>
span { border-color: #F177E4; }
span { border-color: rgb(241,119,228); }
td.TdClassName
{
border-color: #F177E4;
}
.TagClassName
{
border-color: #F177E4;
}
</style>