Shades of Pale Magenta #F388DB
Tints of Pale Magenta #F388DB
RGB
CMYK
RGB Variations
Color information
#F388DB (or 0xF388DB) is known color: Pale Magenta. HEX triplet: F3, 88 and DB. RGB value is (243,136,219). Sum of RGB (Red+Green+Blue) = 243+136+219=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F388DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388DB is #0C7724. Grayscale: #B1B1B1. Windows color (decimal): -816933 or 14387443. OLE color: 14387443.
HSL color Cylindrical-coordinate representation of color #F388DB: hue angle of 313.46º 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 #F388DB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 219 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 313.46º | 0.82% | 0.74% | - |
| HSV(B) | 313.46º | 0.44% | 0.95% | - |
| XYZ | 58.55 | 41.78 | 72 | - |
| YUV | 177.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 219 | 0 | 0.44 | 0.10 | 0.05 | 313.46 | 0.82 | 0.74 |
| Hex | F3 | 88 | DB | 0 | 2C | A | 5 | 139 | 52 | 4A |
| Octal | 363 | 210 | 333 | 0 | 54 | 12 | 5 | 471 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11011011 | 0 | 101100 | 1010 | 101 | 100111001 | 1010010 | 1001010 |
Color Harmonies of #F388DB
Complementary color
Monochromatic Colors of #F388DB
Black with #F388DB
Text Example
Text Example
White with #F388DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388DB; }
p { color: rgb(243,136,219); }
H1.HeaderClassName
{
color: #F388DB;
}
.AnyTagClassName
{
color: #F388DB;
}
</style>
background-color css
<style>
a { background-color: #F388DB; }
a { background-color: rgb(243,136,219); }
div.DivClassName
{
background-color: #F388DB;
}
.BgClassName
{
background-color: #F388DB;
}
</style>
border-color css
<style>
span { border-color: #F388DB; }
span { border-color: rgb(243,136,219); }
td.TdClassName
{
border-color: #F388DB;
}
.TagClassName
{
border-color: #F388DB;
}
</style>