Shades of Pale Magenta #F380DB
Tints of Pale Magenta #F380DB
RGB
CMYK
RGB Variations
Color information
#F380DB (or 0xF380DB) is known color: Pale Magenta. HEX triplet: F3, 80 and DB. RGB value is (243,128,219). Sum of RGB (Red+Green+Blue) = 243+128+219=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F380DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380DB is #0C7F24. Grayscale: #ACACAC. Windows color (decimal): -818981 or 14385395. OLE color: 14385395.
HSL color Cylindrical-coordinate representation of color #F380DB: hue angle of 312.52º 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 #F380DB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 219 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.05 |
| HSL | 312.52º | 0.83% | 0.73% | - |
| HSV(B) | 312.52º | 0.47% | 0.95% | - |
| XYZ | 57.47 | 39.61 | 71.63 | - |
| YUV | 172.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 219 | 0 | 0.47 | 0.10 | 0.05 | 312.52 | 0.83 | 0.73 |
| Hex | F3 | 80 | DB | 0 | 2F | A | 5 | 139 | 53 | 49 |
| Octal | 363 | 200 | 333 | 0 | 57 | 12 | 5 | 471 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11011011 | 0 | 101111 | 1010 | 101 | 100111001 | 1010011 | 1001001 |
Color Harmonies of #F380DB
Complementary color
Monochromatic Colors of #F380DB
Black with #F380DB
Text Example
Text Example
White with #F380DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380DB; }
p { color: rgb(243,128,219); }
H1.HeaderClassName
{
color: #F380DB;
}
.AnyTagClassName
{
color: #F380DB;
}
</style>
background-color css
<style>
a { background-color: #F380DB; }
a { background-color: rgb(243,128,219); }
div.DivClassName
{
background-color: #F380DB;
}
.BgClassName
{
background-color: #F380DB;
}
</style>
border-color css
<style>
span { border-color: #F380DB; }
span { border-color: rgb(243,128,219); }
td.TdClassName
{
border-color: #F380DB;
}
.TagClassName
{
border-color: #F380DB;
}
</style>