Shades of Pale Magenta #F388DD
Tints of Pale Magenta #F388DD
RGB
CMYK
RGB Variations
Color information
#F388DD (or 0xF388DD) is known color: Pale Magenta. HEX triplet: F3, 88 and DD. RGB value is (243,136,221). Sum of RGB (Red+Green+Blue) = 243+136+221=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F388DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388DD is #0C7722. Grayscale: #B1B1B1. Windows color (decimal): -816931 or 14518515. OLE color: 14518515.
HSL color Cylindrical-coordinate representation of color #F388DD: hue angle of 312.34º 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 #F388DD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 221 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.05 |
| HSL | 312.34º | 0.82% | 0.74% | - |
| HSV(B) | 312.34º | 0.44% | 0.95% | - |
| XYZ | 58.82 | 41.88 | 73.39 | - |
| YUV | 177.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 221 | 0 | 0.44 | 0.09 | 0.05 | 312.34 | 0.82 | 0.74 |
| Hex | F3 | 88 | DD | 0 | 2C | 9 | 5 | 138 | 52 | 4A |
| Octal | 363 | 210 | 335 | 0 | 54 | 11 | 5 | 470 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11011101 | 0 | 101100 | 1001 | 101 | 100111000 | 1010010 | 1001010 |
Color Harmonies of #F388DD
Complementary color
Monochromatic Colors of #F388DD
Black with #F388DD
Text Example
Text Example
White with #F388DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388DD; }
p { color: rgb(243,136,221); }
H1.HeaderClassName
{
color: #F388DD;
}
.AnyTagClassName
{
color: #F388DD;
}
</style>
background-color css
<style>
a { background-color: #F388DD; }
a { background-color: rgb(243,136,221); }
div.DivClassName
{
background-color: #F388DD;
}
.BgClassName
{
background-color: #F388DD;
}
</style>
border-color css
<style>
span { border-color: #F388DD; }
span { border-color: rgb(243,136,221); }
td.TdClassName
{
border-color: #F388DD;
}
.TagClassName
{
border-color: #F388DD;
}
</style>