Shades of Pale Magenta #F381DB
Tints of Pale Magenta #F381DB
RGB
CMYK
RGB Variations
Color information
#F381DB (or 0xF381DB) is known color: Pale Magenta. HEX triplet: F3, 81 and DB. RGB value is (243,129,219). Sum of RGB (Red+Green+Blue) = 243+129+219=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F381DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381DB is #0C7E24. Grayscale: #ADADAD. Windows color (decimal): -818725 or 14385651. OLE color: 14385651.
HSL color Cylindrical-coordinate representation of color #F381DB: hue angle of 312.63º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381DB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 219 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.05 |
| HSL | 312.63º | 0.83% | 0.73% | - |
| HSV(B) | 312.63º | 0.47% | 0.95% | - |
| XYZ | 57.6 | 39.87 | 71.68 | - |
| YUV | 173.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 219 | 0 | 0.47 | 0.10 | 0.05 | 312.63 | 0.83 | 0.73 |
| Hex | F3 | 81 | DB | 0 | 2F | A | 5 | 139 | 53 | 49 |
| Octal | 363 | 201 | 333 | 0 | 57 | 12 | 5 | 471 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11011011 | 0 | 101111 | 1010 | 101 | 100111001 | 1010011 | 1001001 |
Color Harmonies of #F381DB
Complementary color
Monochromatic Colors of #F381DB
Black with #F381DB
Text Example
Text Example
White with #F381DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381DB; }
p { color: rgb(243,129,219); }
H1.HeaderClassName
{
color: #F381DB;
}
.AnyTagClassName
{
color: #F381DB;
}
</style>
background-color css
<style>
a { background-color: #F381DB; }
a { background-color: rgb(243,129,219); }
div.DivClassName
{
background-color: #F381DB;
}
.BgClassName
{
background-color: #F381DB;
}
</style>
border-color css
<style>
span { border-color: #F381DB; }
span { border-color: rgb(243,129,219); }
td.TdClassName
{
border-color: #F381DB;
}
.TagClassName
{
border-color: #F381DB;
}
</style>