Shades of Pale Magenta #F181DC
Tints of Pale Magenta #F181DC
RGB
CMYK
RGB Variations
Color information
#F181DC (or 0xF181DC) is known color: Pale Magenta. HEX triplet: F1, 81 and DC. RGB value is (241,129,220). Sum of RGB (Red+Green+Blue) = 241+129+220=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F181DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181DC is #0E7E23. Grayscale: #ACACAC. Windows color (decimal): -949796 or 14451185. OLE color: 14451185.
HSL color Cylindrical-coordinate representation of color #F181DC: hue angle of 311.25º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181DC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 220 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 311.25º | 0.8% | 0.73% | - |
| HSV(B) | 311.25º | 0.46% | 0.95% | - |
| XYZ | 57.04 | 39.57 | 72.34 | - |
| YUV | 172.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 220 | 0 | 0.46 | 0.09 | 0.05 | 311.25 | 0.8 | 0.73 |
| Hex | F1 | 81 | DC | 0 | 2E | 9 | 5 | 137 | 50 | 49 |
| Octal | 361 | 201 | 334 | 0 | 56 | 11 | 5 | 467 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11011100 | 0 | 101110 | 1001 | 101 | 100110111 | 1010000 | 1001001 |
Color Harmonies of #F181DC
Complementary color
Monochromatic Colors of #F181DC
Black with #F181DC
Text Example
Text Example
White with #F181DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181DC; }
p { color: rgb(241,129,220); }
H1.HeaderClassName
{
color: #F181DC;
}
.AnyTagClassName
{
color: #F181DC;
}
</style>
background-color css
<style>
a { background-color: #F181DC; }
a { background-color: rgb(241,129,220); }
div.DivClassName
{
background-color: #F181DC;
}
.BgClassName
{
background-color: #F181DC;
}
</style>
border-color css
<style>
span { border-color: #F181DC; }
span { border-color: rgb(241,129,220); }
td.TdClassName
{
border-color: #F181DC;
}
.TagClassName
{
border-color: #F181DC;
}
</style>