Shades of Pale Magenta #F178E5
Tints of Pale Magenta #F178E5
RGB
CMYK
RGB Variations
Color information
#F178E5 (or 0xF178E5) is known color: Pale Magenta. HEX triplet: F1, 78 and E5. RGB value is (241,120,229). Sum of RGB (Red+Green+Blue) = 241+120+229=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F178E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178E5 is #0E871A. Grayscale: #A8A8A8. Windows color (decimal): -952091 or 15038705. OLE color: 15038705.
HSL color Cylindrical-coordinate representation of color #F178E5: hue angle of 305.95º 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 #F178E5 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 229 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.05 |
| HSL | 305.95º | 0.81% | 0.71% | - |
| HSV(B) | 305.95º | 0.5% | 0.95% | - |
| XYZ | 57.13 | 37.79 | 78.41 | - |
| YUV | 168.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 229 | 0 | 0.50 | 0.05 | 0.05 | 305.95 | 0.81 | 0.71 |
| Hex | F1 | 78 | E5 | 0 | 32 | 5 | 5 | 132 | 51 | 47 |
| Octal | 361 | 170 | 345 | 0 | 62 | 5 | 5 | 462 | 121 | 107 |
| Binary | 11110001 | 1111000 | 11100101 | 0 | 110010 | 101 | 101 | 100110010 | 1010001 | 1000111 |
Color Harmonies of #F178E5
Complementary color
Monochromatic Colors of #F178E5
Black with #F178E5
Text Example
Text Example
White with #F178E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178E5; }
p { color: rgb(241,120,229); }
H1.HeaderClassName
{
color: #F178E5;
}
.AnyTagClassName
{
color: #F178E5;
}
</style>
background-color css
<style>
a { background-color: #F178E5; }
a { background-color: rgb(241,120,229); }
div.DivClassName
{
background-color: #F178E5;
}
.BgClassName
{
background-color: #F178E5;
}
</style>
border-color css
<style>
span { border-color: #F178E5; }
span { border-color: rgb(241,120,229); }
td.TdClassName
{
border-color: #F178E5;
}
.TagClassName
{
border-color: #F178E5;
}
</style>