Shades of Pale Magenta #F376DB
Tints of Pale Magenta #F376DB
RGB
CMYK
RGB Variations
Color information
#F376DB (or 0xF376DB) is known color: Pale Magenta. HEX triplet: F3, 76 and DB. RGB value is (243,118,219). Sum of RGB (Red+Green+Blue) = 243+118+219=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F376DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376DB is #0C8924. Grayscale: #A6A6A6. Windows color (decimal): -821541 or 14382835. OLE color: 14382835.
HSL color Cylindrical-coordinate representation of color #F376DB: hue angle of 311.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F376DB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 219 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.05 |
| HSL | 311.52º | 0.84% | 0.71% | - |
| HSV(B) | 311.52º | 0.51% | 0.95% | - |
| XYZ | 56.23 | 37.13 | 71.22 | - |
| YUV | 166.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 219 | 0 | 0.51 | 0.10 | 0.05 | 311.52 | 0.84 | 0.71 |
| Hex | F3 | 76 | DB | 0 | 33 | A | 5 | 138 | 54 | 47 |
| Octal | 363 | 166 | 333 | 0 | 63 | 12 | 5 | 470 | 124 | 107 |
| Binary | 11110011 | 1110110 | 11011011 | 0 | 110011 | 1010 | 101 | 100111000 | 1010100 | 1000111 |
Color Harmonies of #F376DB
Complementary color
Monochromatic Colors of #F376DB
Black with #F376DB
Text Example
Text Example
White with #F376DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F376DB; }
p { color: rgb(243,118,219); }
H1.HeaderClassName
{
color: #F376DB;
}
.AnyTagClassName
{
color: #F376DB;
}
</style>
background-color css
<style>
a { background-color: #F376DB; }
a { background-color: rgb(243,118,219); }
div.DivClassName
{
background-color: #F376DB;
}
.BgClassName
{
background-color: #F376DB;
}
</style>
border-color css
<style>
span { border-color: #F376DB; }
span { border-color: rgb(243,118,219); }
td.TdClassName
{
border-color: #F376DB;
}
.TagClassName
{
border-color: #F376DB;
}
</style>