Shades of Pale Magenta #F178DB
Tints of Pale Magenta #F178DB
RGB
CMYK
RGB Variations
Color information
#F178DB (or 0xF178DB) is known color: Pale Magenta. HEX triplet: F1, 78 and DB. RGB value is (241,120,219). Sum of RGB (Red+Green+Blue) = 241+120+219=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F178DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178DB is #0E8724. Grayscale: #A7A7A7. Windows color (decimal): -952101 or 14383345. OLE color: 14383345.
HSL color Cylindrical-coordinate representation of color #F178DB: hue angle of 310.91º 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 #F178DB is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 219 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.05 |
| HSL | 310.91º | 0.81% | 0.71% | - |
| HSV(B) | 310.91º | 0.5% | 0.95% | - |
| XYZ | 55.78 | 37.25 | 71.27 | - |
| YUV | 167.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 219 | 0 | 0.50 | 0.09 | 0.05 | 310.91 | 0.81 | 0.71 |
| Hex | F1 | 78 | DB | 0 | 32 | 9 | 5 | 137 | 51 | 47 |
| Octal | 361 | 170 | 333 | 0 | 62 | 11 | 5 | 467 | 121 | 107 |
| Binary | 11110001 | 1111000 | 11011011 | 0 | 110010 | 1001 | 101 | 100110111 | 1010001 | 1000111 |
Color Harmonies of #F178DB
Complementary color
Monochromatic Colors of #F178DB
Black with #F178DB
Text Example
Text Example
White with #F178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178DB; }
p { color: rgb(241,120,219); }
H1.HeaderClassName
{
color: #F178DB;
}
.AnyTagClassName
{
color: #F178DB;
}
</style>
background-color css
<style>
a { background-color: #F178DB; }
a { background-color: rgb(241,120,219); }
div.DivClassName
{
background-color: #F178DB;
}
.BgClassName
{
background-color: #F178DB;
}
</style>
border-color css
<style>
span { border-color: #F178DB; }
span { border-color: rgb(241,120,219); }
td.TdClassName
{
border-color: #F178DB;
}
.TagClassName
{
border-color: #F178DB;
}
</style>