Shades of Pale Magenta #F377DB
Tints of Pale Magenta #F377DB
RGB
CMYK
RGB Variations
Color information
#F377DB (or 0xF377DB) is known color: Pale Magenta. HEX triplet: F3, 77 and DB. RGB value is (243,119,219). Sum of RGB (Red+Green+Blue) = 243+119+219=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F377DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377DB is #0C8824. Grayscale: #A7A7A7. Windows color (decimal): -821285 or 14383091. OLE color: 14383091.
HSL color Cylindrical-coordinate representation of color #F377DB: hue angle of 311.61º 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 #F377DB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 219 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.05 |
| HSL | 311.61º | 0.84% | 0.71% | - |
| HSV(B) | 311.61º | 0.51% | 0.95% | - |
| XYZ | 56.35 | 37.36 | 71.26 | - |
| YUV | 167.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 219 | 0 | 0.51 | 0.10 | 0.05 | 311.61 | 0.84 | 0.71 |
| Hex | F3 | 77 | DB | 0 | 33 | A | 5 | 138 | 54 | 47 |
| Octal | 363 | 167 | 333 | 0 | 63 | 12 | 5 | 470 | 124 | 107 |
| Binary | 11110011 | 1110111 | 11011011 | 0 | 110011 | 1010 | 101 | 100111000 | 1010100 | 1000111 |
Color Harmonies of #F377DB
Complementary color
Monochromatic Colors of #F377DB
Black with #F377DB
Text Example
Text Example
White with #F377DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F377DB; }
p { color: rgb(243,119,219); }
H1.HeaderClassName
{
color: #F377DB;
}
.AnyTagClassName
{
color: #F377DB;
}
</style>
background-color css
<style>
a { background-color: #F377DB; }
a { background-color: rgb(243,119,219); }
div.DivClassName
{
background-color: #F377DB;
}
.BgClassName
{
background-color: #F377DB;
}
</style>
border-color css
<style>
span { border-color: #F377DB; }
span { border-color: rgb(243,119,219); }
td.TdClassName
{
border-color: #F377DB;
}
.TagClassName
{
border-color: #F377DB;
}
</style>