Shades of Pale Magenta #F178D3
Tints of Pale Magenta #F178D3
RGB
CMYK
RGB Variations
Color information
#F178D3 (or 0xF178D3) is known color: Pale Magenta. HEX triplet: F1, 78 and D3. RGB value is (241,120,211). Sum of RGB (Red+Green+Blue) = 241+120+211=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F178D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178D3 is #0E872C. Grayscale: #A6A6A6. Windows color (decimal): -952109 or 13859057. OLE color: 13859057.
HSL color Cylindrical-coordinate representation of color #F178D3: hue angle of 314.88º 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 #F178D3 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 211 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.05 |
| HSL | 314.88º | 0.81% | 0.71% | - |
| HSV(B) | 314.88º | 0.5% | 0.95% | - |
| XYZ | 54.75 | 36.84 | 65.85 | - |
| YUV | 166.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 211 | 0 | 0.50 | 0.12 | 0.05 | 314.88 | 0.81 | 0.71 |
| Hex | F1 | 78 | D3 | 0 | 32 | C | 5 | 13B | 51 | 47 |
| Octal | 361 | 170 | 323 | 0 | 62 | 14 | 5 | 473 | 121 | 107 |
| Binary | 11110001 | 1111000 | 11010011 | 0 | 110010 | 1100 | 101 | 100111011 | 1010001 | 1000111 |
Color Harmonies of #F178D3
Complementary color
Monochromatic Colors of #F178D3
Black with #F178D3
Text Example
Text Example
White with #F178D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178D3; }
p { color: rgb(241,120,211); }
H1.HeaderClassName
{
color: #F178D3;
}
.AnyTagClassName
{
color: #F178D3;
}
</style>
background-color css
<style>
a { background-color: #F178D3; }
a { background-color: rgb(241,120,211); }
div.DivClassName
{
background-color: #F178D3;
}
.BgClassName
{
background-color: #F178D3;
}
</style>
border-color css
<style>
span { border-color: #F178D3; }
span { border-color: rgb(241,120,211); }
td.TdClassName
{
border-color: #F178D3;
}
.TagClassName
{
border-color: #F178D3;
}
</style>