Shades of Pale Magenta #F180DB
Tints of Pale Magenta #F180DB
RGB
CMYK
RGB Variations
Color information
#F180DB (or 0xF180DB) is known color: Pale Magenta. HEX triplet: F1, 80 and DB. RGB value is (241,128,219). Sum of RGB (Red+Green+Blue) = 241+128+219=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F180DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180DB is #0E7F24. Grayscale: #ABABAB. Windows color (decimal): -950053 or 14385393. OLE color: 14385393.
HSL color Cylindrical-coordinate representation of color #F180DB: hue angle of 311.68º 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 #F180DB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 219 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.05 |
| HSL | 311.68º | 0.8% | 0.72% | - |
| HSV(B) | 311.68º | 0.47% | 0.95% | - |
| XYZ | 56.78 | 39.25 | 71.6 | - |
| YUV | 172.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 219 | 0 | 0.47 | 0.09 | 0.05 | 311.68 | 0.8 | 0.72 |
| Hex | F1 | 80 | DB | 0 | 2F | 9 | 5 | 138 | 50 | 48 |
| Octal | 361 | 200 | 333 | 0 | 57 | 11 | 5 | 470 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11011011 | 0 | 101111 | 1001 | 101 | 100111000 | 1010000 | 1001000 |
Color Harmonies of #F180DB
Complementary color
Monochromatic Colors of #F180DB
Black with #F180DB
Text Example
Text Example
White with #F180DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180DB; }
p { color: rgb(241,128,219); }
H1.HeaderClassName
{
color: #F180DB;
}
.AnyTagClassName
{
color: #F180DB;
}
</style>
background-color css
<style>
a { background-color: #F180DB; }
a { background-color: rgb(241,128,219); }
div.DivClassName
{
background-color: #F180DB;
}
.BgClassName
{
background-color: #F180DB;
}
</style>
border-color css
<style>
span { border-color: #F180DB; }
span { border-color: rgb(241,128,219); }
td.TdClassName
{
border-color: #F180DB;
}
.TagClassName
{
border-color: #F180DB;
}
</style>