Shades of Pale Magenta #F391DF
Tints of Pale Magenta #F391DF
RGB
CMYK
RGB Variations
Color information
#F391DF (or 0xF391DF) is known color: Pale Magenta. HEX triplet: F3, 91 and DF. RGB value is (243,145,223). Sum of RGB (Red+Green+Blue) = 243+145+223=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F391DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391DF is #0C6E20. Grayscale: #B6B6B6. Windows color (decimal): -814625 or 14651891. OLE color: 14651891.
HSL color Cylindrical-coordinate representation of color #F391DF: hue angle of 312.24º degrees, saturation: 0.8, 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 #F391DF is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 223 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.05 |
| HSL | 312.24º | 0.8% | 0.76% | - |
| HSV(B) | 312.24º | 0.4% | 0.95% | - |
| XYZ | 60.41 | 44.63 | 75.24 | - |
| YUV | 183.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 223 | 0 | 0.40 | 0.08 | 0.05 | 312.24 | 0.8 | 0.76 |
| Hex | F3 | 91 | DF | 0 | 28 | 8 | 5 | 138 | 50 | 4C |
| Octal | 363 | 221 | 337 | 0 | 50 | 10 | 5 | 470 | 120 | 114 |
| Binary | 11110011 | 10010001 | 11011111 | 0 | 101000 | 1000 | 101 | 100111000 | 1010000 | 1001100 |
Color Harmonies of #F391DF
Complementary color
Monochromatic Colors of #F391DF
Black with #F391DF
Text Example
Text Example
White with #F391DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391DF; }
p { color: rgb(243,145,223); }
H1.HeaderClassName
{
color: #F391DF;
}
.AnyTagClassName
{
color: #F391DF;
}
</style>
background-color css
<style>
a { background-color: #F391DF; }
a { background-color: rgb(243,145,223); }
div.DivClassName
{
background-color: #F391DF;
}
.BgClassName
{
background-color: #F391DF;
}
</style>
border-color css
<style>
span { border-color: #F391DF; }
span { border-color: rgb(243,145,223); }
td.TdClassName
{
border-color: #F391DF;
}
.TagClassName
{
border-color: #F391DF;
}
</style>