Shades of Pale Magenta #F180DF
Tints of Pale Magenta #F180DF
RGB
CMYK
RGB Variations
Color information
#F180DF (or 0xF180DF) is known color: Pale Magenta. HEX triplet: F1, 80 and DF. RGB value is (241,128,223). Sum of RGB (Red+Green+Blue) = 241+128+223=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F180DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180DF is #0E7F20. Grayscale: #ACACAC. Windows color (decimal): -950049 or 14647537. OLE color: 14647537.
HSL color Cylindrical-coordinate representation of color #F180DF: hue angle of 309.56º 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 #F180DF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 223 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.05 |
| HSL | 309.56º | 0.8% | 0.72% | - |
| HSV(B) | 309.56º | 0.47% | 0.95% | - |
| XYZ | 57.31 | 39.47 | 74.41 | - |
| YUV | 172.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 223 | 0 | 0.47 | 0.07 | 0.05 | 309.56 | 0.8 | 0.72 |
| Hex | F1 | 80 | DF | 0 | 2F | 7 | 5 | 136 | 50 | 48 |
| Octal | 361 | 200 | 337 | 0 | 57 | 7 | 5 | 466 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11011111 | 0 | 101111 | 111 | 101 | 100110110 | 1010000 | 1001000 |
Color Harmonies of #F180DF
Complementary color
Monochromatic Colors of #F180DF
Black with #F180DF
Text Example
Text Example
White with #F180DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180DF; }
p { color: rgb(241,128,223); }
H1.HeaderClassName
{
color: #F180DF;
}
.AnyTagClassName
{
color: #F180DF;
}
</style>
background-color css
<style>
a { background-color: #F180DF; }
a { background-color: rgb(241,128,223); }
div.DivClassName
{
background-color: #F180DF;
}
.BgClassName
{
background-color: #F180DF;
}
</style>
border-color css
<style>
span { border-color: #F180DF; }
span { border-color: rgb(241,128,223); }
td.TdClassName
{
border-color: #F180DF;
}
.TagClassName
{
border-color: #F180DF;
}
</style>