Shades of Pale Magenta #F177D4
Tints of Pale Magenta #F177D4
RGB
CMYK
RGB Variations
Color information
#F177D4 (or 0xF177D4) is known color: Pale Magenta. HEX triplet: F1, 77 and D4. RGB value is (241,119,212). Sum of RGB (Red+Green+Blue) = 241+119+212=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F177D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177D4 is #0E882B. Grayscale: #A5A5A5. Windows color (decimal): -952364 or 13924337. OLE color: 13924337.
HSL color Cylindrical-coordinate representation of color #F177D4: hue angle of 314.26º 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 #F177D4 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 212 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.05 |
| HSL | 314.26º | 0.81% | 0.71% | - |
| HSV(B) | 314.26º | 0.51% | 0.95% | - |
| XYZ | 54.76 | 36.65 | 66.48 | - |
| YUV | 166.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 212 | 0 | 0.51 | 0.12 | 0.05 | 314.26 | 0.81 | 0.71 |
| Hex | F1 | 77 | D4 | 0 | 33 | C | 5 | 13A | 51 | 47 |
| Octal | 361 | 167 | 324 | 0 | 63 | 14 | 5 | 472 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11010100 | 0 | 110011 | 1100 | 101 | 100111010 | 1010001 | 1000111 |
Color Harmonies of #F177D4
Complementary color
Monochromatic Colors of #F177D4
Black with #F177D4
Text Example
Text Example
White with #F177D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177D4; }
p { color: rgb(241,119,212); }
H1.HeaderClassName
{
color: #F177D4;
}
.AnyTagClassName
{
color: #F177D4;
}
</style>
background-color css
<style>
a { background-color: #F177D4; }
a { background-color: rgb(241,119,212); }
div.DivClassName
{
background-color: #F177D4;
}
.BgClassName
{
background-color: #F177D4;
}
</style>
border-color css
<style>
span { border-color: #F177D4; }
span { border-color: rgb(241,119,212); }
td.TdClassName
{
border-color: #F177D4;
}
.TagClassName
{
border-color: #F177D4;
}
</style>