Shades of Pale Magenta #F36EDB
Tints of Pale Magenta #F36EDB
RGB
CMYK
RGB Variations
Color information
#F36EDB (or 0xF36EDB) is known color: Pale Magenta. HEX triplet: F3, 6E and DB. RGB value is (243,110,219). Sum of RGB (Red+Green+Blue) = 243+110+219=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F36EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36EDB is #0C9124. Grayscale: #A1A1A1. Windows color (decimal): -823589 or 14380787. OLE color: 14380787.
HSL color Cylindrical-coordinate representation of color #F36EDB: hue angle of 310.83º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36EDB is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 110 | 219 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.05 |
| HSL | 310.83º | 0.85% | 0.69% | - |
| HSV(B) | 310.83º | 0.55% | 0.95% | - |
| XYZ | 55.32 | 35.32 | 70.92 | - |
| YUV | 162.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 110 | 219 | 0 | 0.55 | 0.10 | 0.05 | 310.83 | 0.85 | 0.69 |
| Hex | F3 | 6E | DB | 0 | 37 | A | 5 | 137 | 55 | 45 |
| Octal | 363 | 156 | 333 | 0 | 67 | 12 | 5 | 467 | 125 | 105 |
| Binary | 11110011 | 1101110 | 11011011 | 0 | 110111 | 1010 | 101 | 100110111 | 1010101 | 1000101 |
Color Harmonies of #F36EDB
Complementary color
Monochromatic Colors of #F36EDB
Black with #F36EDB
Text Example
Text Example
White with #F36EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36EDB; }
p { color: rgb(243,110,219); }
H1.HeaderClassName
{
color: #F36EDB;
}
.AnyTagClassName
{
color: #F36EDB;
}
</style>
background-color css
<style>
a { background-color: #F36EDB; }
a { background-color: rgb(243,110,219); }
div.DivClassName
{
background-color: #F36EDB;
}
.BgClassName
{
background-color: #F36EDB;
}
</style>
border-color css
<style>
span { border-color: #F36EDB; }
span { border-color: rgb(243,110,219); }
td.TdClassName
{
border-color: #F36EDB;
}
.TagClassName
{
border-color: #F36EDB;
}
</style>