Shades of Pale Magenta #F388DF
Tints of Pale Magenta #F388DF
RGB
CMYK
RGB Variations
Color information
#F388DF (or 0xF388DF) is known color: Pale Magenta. HEX triplet: F3, 88 and DF. RGB value is (243,136,223). Sum of RGB (Red+Green+Blue) = 243+136+223=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F388DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388DF is #0C7720. Grayscale: #B1B1B1. Windows color (decimal): -816929 or 14649587. OLE color: 14649587.
HSL color Cylindrical-coordinate representation of color #F388DF: hue angle of 311.21º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388DF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 223 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.05 |
| HSL | 311.22º | 0.82% | 0.74% | - |
| HSV(B) | 311.22º | 0.44% | 0.95% | - |
| XYZ | 59.09 | 41.99 | 74.8 | - |
| YUV | 177.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 223 | 0 | 0.44 | 0.08 | 0.05 | 311.22 | 0.82 | 0.74 |
| Hex | F3 | 88 | DF | 0 | 2C | 8 | 5 | 137 | 52 | 4A |
| Octal | 363 | 210 | 337 | 0 | 54 | 10 | 5 | 467 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11011111 | 0 | 101100 | 1000 | 101 | 100110111 | 1010010 | 1001010 |
Color Harmonies of #F388DF
Complementary color
Monochromatic Colors of #F388DF
Black with #F388DF
Text Example
Text Example
White with #F388DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388DF; }
p { color: rgb(243,136,223); }
H1.HeaderClassName
{
color: #F388DF;
}
.AnyTagClassName
{
color: #F388DF;
}
</style>
background-color css
<style>
a { background-color: #F388DF; }
a { background-color: rgb(243,136,223); }
div.DivClassName
{
background-color: #F388DF;
}
.BgClassName
{
background-color: #F388DF;
}
</style>
border-color css
<style>
span { border-color: #F388DF; }
span { border-color: rgb(243,136,223); }
td.TdClassName
{
border-color: #F388DF;
}
.TagClassName
{
border-color: #F388DF;
}
</style>