Shades of Pale Magenta #F180DC
Tints of Pale Magenta #F180DC
RGB
CMYK
RGB Variations
Color information
#F180DC (or 0xF180DC) is known color: Pale Magenta. HEX triplet: F1, 80 and DC. RGB value is (241,128,220). Sum of RGB (Red+Green+Blue) = 241+128+220=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F180DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180DC is #0E7F23. Grayscale: #ACACAC. Windows color (decimal): -950052 or 14450929. OLE color: 14450929.
HSL color Cylindrical-coordinate representation of color #F180DC: hue angle of 311.15º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180DC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 220 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.05 |
| HSL | 311.15º | 0.8% | 0.72% | - |
| HSV(B) | 311.15º | 0.47% | 0.95% | - |
| XYZ | 56.91 | 39.31 | 72.3 | - |
| YUV | 172.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 220 | 0 | 0.47 | 0.09 | 0.05 | 311.15 | 0.8 | 0.72 |
| Hex | F1 | 80 | DC | 0 | 2F | 9 | 5 | 137 | 50 | 48 |
| Octal | 361 | 200 | 334 | 0 | 57 | 11 | 5 | 467 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11011100 | 0 | 101111 | 1001 | 101 | 100110111 | 1010000 | 1001000 |
Color Harmonies of #F180DC
Complementary color
Monochromatic Colors of #F180DC
Black with #F180DC
Text Example
Text Example
White with #F180DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180DC; }
p { color: rgb(241,128,220); }
H1.HeaderClassName
{
color: #F180DC;
}
.AnyTagClassName
{
color: #F180DC;
}
</style>
background-color css
<style>
a { background-color: #F180DC; }
a { background-color: rgb(241,128,220); }
div.DivClassName
{
background-color: #F180DC;
}
.BgClassName
{
background-color: #F180DC;
}
</style>
border-color css
<style>
span { border-color: #F180DC; }
span { border-color: rgb(241,128,220); }
td.TdClassName
{
border-color: #F180DC;
}
.TagClassName
{
border-color: #F180DC;
}
</style>