Shades of Pale Magenta #F36EDE
Tints of Pale Magenta #F36EDE
RGB
CMYK
RGB Variations
Color information
#F36EDE (or 0xF36EDE) is known color: Pale Magenta. HEX triplet: F3, 6E and DE. RGB value is (243,110,222). Sum of RGB (Red+Green+Blue) = 243+110+222=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F36EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36EDE is #0C9121. Grayscale: #A2A2A2. Windows color (decimal): -823586 or 14577395. OLE color: 14577395.
HSL color Cylindrical-coordinate representation of color #F36EDE: hue angle of 309.47º 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 #F36EDE is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 110 | 222 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.05 |
| HSL | 309.47º | 0.85% | 0.69% | - |
| HSV(B) | 309.47º | 0.55% | 0.95% | - |
| XYZ | 55.72 | 35.48 | 73.02 | - |
| YUV | 162.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 110 | 222 | 0 | 0.55 | 0.09 | 0.05 | 309.47 | 0.85 | 0.69 |
| Hex | F3 | 6E | DE | 0 | 37 | 9 | 5 | 135 | 55 | 45 |
| Octal | 363 | 156 | 336 | 0 | 67 | 11 | 5 | 465 | 125 | 105 |
| Binary | 11110011 | 1101110 | 11011110 | 0 | 110111 | 1001 | 101 | 100110101 | 1010101 | 1000101 |
Color Harmonies of #F36EDE
Complementary color
Monochromatic Colors of #F36EDE
Black with #F36EDE
Text Example
Text Example
White with #F36EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36EDE; }
p { color: rgb(243,110,222); }
H1.HeaderClassName
{
color: #F36EDE;
}
.AnyTagClassName
{
color: #F36EDE;
}
</style>
background-color css
<style>
a { background-color: #F36EDE; }
a { background-color: rgb(243,110,222); }
div.DivClassName
{
background-color: #F36EDE;
}
.BgClassName
{
background-color: #F36EDE;
}
</style>
border-color css
<style>
span { border-color: #F36EDE; }
span { border-color: rgb(243,110,222); }
td.TdClassName
{
border-color: #F36EDE;
}
.TagClassName
{
border-color: #F36EDE;
}
</style>