Shades of Pale Magenta #F36FDB
Tints of Pale Magenta #F36FDB
RGB
CMYK
RGB Variations
Color information
#F36FDB (or 0xF36FDB) is known color: Pale Magenta. HEX triplet: F3, 6F and DB. RGB value is (243,111,219). Sum of RGB (Red+Green+Blue) = 243+111+219=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FDB is #0C9024. Grayscale: #A2A2A2. Windows color (decimal): -823333 or 14381043. OLE color: 14381043.
HSL color Cylindrical-coordinate representation of color #F36FDB: hue angle of 310.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36FDB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 219 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 310.91º | 0.85% | 0.69% | - |
| HSV(B) | 310.91º | 0.54% | 0.95% | - |
| XYZ | 55.43 | 35.54 | 70.96 | - |
| YUV | 162.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 219 | 0 | 0.54 | 0.10 | 0.05 | 310.91 | 0.85 | 0.69 |
| Hex | F3 | 6F | DB | 0 | 36 | A | 5 | 137 | 55 | 45 |
| Octal | 363 | 157 | 333 | 0 | 66 | 12 | 5 | 467 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11011011 | 0 | 110110 | 1010 | 101 | 100110111 | 1010101 | 1000101 |
Color Harmonies of #F36FDB
Complementary color
Monochromatic Colors of #F36FDB
Black with #F36FDB
Text Example
Text Example
White with #F36FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FDB; }
p { color: rgb(243,111,219); }
H1.HeaderClassName
{
color: #F36FDB;
}
.AnyTagClassName
{
color: #F36FDB;
}
</style>
background-color css
<style>
a { background-color: #F36FDB; }
a { background-color: rgb(243,111,219); }
div.DivClassName
{
background-color: #F36FDB;
}
.BgClassName
{
background-color: #F36FDB;
}
</style>
border-color css
<style>
span { border-color: #F36FDB; }
span { border-color: rgb(243,111,219); }
td.TdClassName
{
border-color: #F36FDB;
}
.TagClassName
{
border-color: #F36FDB;
}
</style>