Shades of Pale Magenta #F191DF
Tints of Pale Magenta #F191DF
RGB
CMYK
RGB Variations
Color information
#F191DF (or 0xF191DF) is known color: Pale Magenta. HEX triplet: F1, 91 and DF. RGB value is (241,145,223). Sum of RGB (Red+Green+Blue) = 241+145+223=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F191DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191DF is #0E6E20. Grayscale: #B6B6B6. Windows color (decimal): -945697 or 14651889. OLE color: 14651889.
HSL color Cylindrical-coordinate representation of color #F191DF: hue angle of 311.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191DF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 223 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.05 |
| HSL | 311.25º | 0.77% | 0.76% | - |
| HSV(B) | 311.25º | 0.4% | 0.95% | - |
| XYZ | 59.72 | 44.28 | 75.21 | - |
| YUV | 182.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 223 | 0 | 0.40 | 0.07 | 0.05 | 311.25 | 0.77 | 0.76 |
| Hex | F1 | 91 | DF | 0 | 28 | 7 | 5 | 137 | 4D | 4C |
| Octal | 361 | 221 | 337 | 0 | 50 | 7 | 5 | 467 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11011111 | 0 | 101000 | 111 | 101 | 100110111 | 1001101 | 1001100 |
Color Harmonies of #F191DF
Complementary color
Monochromatic Colors of #F191DF
Black with #F191DF
Text Example
Text Example
White with #F191DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191DF; }
p { color: rgb(241,145,223); }
H1.HeaderClassName
{
color: #F191DF;
}
.AnyTagClassName
{
color: #F191DF;
}
</style>
background-color css
<style>
a { background-color: #F191DF; }
a { background-color: rgb(241,145,223); }
div.DivClassName
{
background-color: #F191DF;
}
.BgClassName
{
background-color: #F191DF;
}
</style>
border-color css
<style>
span { border-color: #F191DF; }
span { border-color: rgb(241,145,223); }
td.TdClassName
{
border-color: #F191DF;
}
.TagClassName
{
border-color: #F191DF;
}
</style>