Shades of Pale Magenta #F190DF
Tints of Pale Magenta #F190DF
RGB
CMYK
RGB Variations
Color information
#F190DF (or 0xF190DF) is known color: Pale Magenta. HEX triplet: F1, 90 and DF. RGB value is (241,144,223). Sum of RGB (Red+Green+Blue) = 241+144+223=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F190DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190DF is #0E6F20. Grayscale: #B5B5B5. Windows color (decimal): -945953 or 14651633. OLE color: 14651633.
HSL color Cylindrical-coordinate representation of color #F190DF: hue angle of 311.13º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190DF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 223 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.05 |
| HSL | 311.13º | 0.78% | 0.75% | - |
| HSV(B) | 311.13º | 0.4% | 0.95% | - |
| XYZ | 59.57 | 43.98 | 75.16 | - |
| YUV | 182.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 223 | 0 | 0.40 | 0.07 | 0.05 | 311.13 | 0.78 | 0.75 |
| Hex | F1 | 90 | DF | 0 | 28 | 7 | 5 | 137 | 4E | 4B |
| Octal | 361 | 220 | 337 | 0 | 50 | 7 | 5 | 467 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11011111 | 0 | 101000 | 111 | 101 | 100110111 | 1001110 | 1001011 |
Color Harmonies of #F190DF
Complementary color
Monochromatic Colors of #F190DF
Black with #F190DF
Text Example
Text Example
White with #F190DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190DF; }
p { color: rgb(241,144,223); }
H1.HeaderClassName
{
color: #F190DF;
}
.AnyTagClassName
{
color: #F190DF;
}
</style>
background-color css
<style>
a { background-color: #F190DF; }
a { background-color: rgb(241,144,223); }
div.DivClassName
{
background-color: #F190DF;
}
.BgClassName
{
background-color: #F190DF;
}
</style>
border-color css
<style>
span { border-color: #F190DF; }
span { border-color: rgb(241,144,223); }
td.TdClassName
{
border-color: #F190DF;
}
.TagClassName
{
border-color: #F190DF;
}
</style>