Shades of Pale Magenta #F383DB
Tints of Pale Magenta #F383DB
RGB
CMYK
RGB Variations
Color information
#F383DB (or 0xF383DB) is known color: Pale Magenta. HEX triplet: F3, 83 and DB. RGB value is (243,131,219). Sum of RGB (Red+Green+Blue) = 243+131+219=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F383DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383DB is #0C7C24. Grayscale: #AEAEAE. Windows color (decimal): -818213 or 14386163. OLE color: 14386163.
HSL color Cylindrical-coordinate representation of color #F383DB: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383DB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 219 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 312.86º | 0.82% | 0.73% | - |
| HSV(B) | 312.86º | 0.46% | 0.95% | - |
| XYZ | 57.86 | 40.4 | 71.77 | - |
| YUV | 174.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 219 | 0 | 0.46 | 0.10 | 0.05 | 312.86 | 0.82 | 0.73 |
| Hex | F3 | 83 | DB | 0 | 2E | A | 5 | 139 | 52 | 49 |
| Octal | 363 | 203 | 333 | 0 | 56 | 12 | 5 | 471 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11011011 | 0 | 101110 | 1010 | 101 | 100111001 | 1010010 | 1001001 |
Color Harmonies of #F383DB
Complementary color
Monochromatic Colors of #F383DB
Black with #F383DB
Text Example
Text Example
White with #F383DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383DB; }
p { color: rgb(243,131,219); }
H1.HeaderClassName
{
color: #F383DB;
}
.AnyTagClassName
{
color: #F383DB;
}
</style>
background-color css
<style>
a { background-color: #F383DB; }
a { background-color: rgb(243,131,219); }
div.DivClassName
{
background-color: #F383DB;
}
.BgClassName
{
background-color: #F383DB;
}
</style>
border-color css
<style>
span { border-color: #F383DB; }
span { border-color: rgb(243,131,219); }
td.TdClassName
{
border-color: #F383DB;
}
.TagClassName
{
border-color: #F383DB;
}
</style>