Shades of Pale Magenta #F36DDC
Tints of Pale Magenta #F36DDC
RGB
CMYK
RGB Variations
Color information
#F36DDC (or 0xF36DDC) is known color: Pale Magenta. HEX triplet: F3, 6D and DC. RGB value is (243,109,220). Sum of RGB (Red+Green+Blue) = 243+109+220=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F36DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36DDC is #0C9223. Grayscale: #A1A1A1. Windows color (decimal): -823844 or 14446067. OLE color: 14446067.
HSL color Cylindrical-coordinate representation of color #F36DDC: hue angle of 310.3º 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 #F36DDC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 220 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.05 |
| HSL | 310.3º | 0.85% | 0.69% | - |
| HSV(B) | 310.3º | 0.55% | 0.95% | - |
| XYZ | 55.35 | 35.16 | 71.58 | - |
| YUV | 161.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 220 | 0 | 0.55 | 0.09 | 0.05 | 310.3 | 0.85 | 0.69 |
| Hex | F3 | 6D | DC | 0 | 37 | 9 | 5 | 136 | 55 | 45 |
| Octal | 363 | 155 | 334 | 0 | 67 | 11 | 5 | 466 | 125 | 105 |
| Binary | 11110011 | 1101101 | 11011100 | 0 | 110111 | 1001 | 101 | 100110110 | 1010101 | 1000101 |
Color Harmonies of #F36DDC
Complementary color
Monochromatic Colors of #F36DDC
Black with #F36DDC
Text Example
Text Example
White with #F36DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36DDC; }
p { color: rgb(243,109,220); }
H1.HeaderClassName
{
color: #F36DDC;
}
.AnyTagClassName
{
color: #F36DDC;
}
</style>
background-color css
<style>
a { background-color: #F36DDC; }
a { background-color: rgb(243,109,220); }
div.DivClassName
{
background-color: #F36DDC;
}
.BgClassName
{
background-color: #F36DDC;
}
</style>
border-color css
<style>
span { border-color: #F36DDC; }
span { border-color: rgb(243,109,220); }
td.TdClassName
{
border-color: #F36DDC;
}
.TagClassName
{
border-color: #F36DDC;
}
</style>