Shades of Pale Magenta #F36DDD
Tints of Pale Magenta #F36DDD
RGB
CMYK
RGB Variations
Color information
#F36DDD (or 0xF36DDD) is known color: Pale Magenta. HEX triplet: F3, 6D and DD. RGB value is (243,109,221). Sum of RGB (Red+Green+Blue) = 243+109+221=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F36DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36DDD is #0C9222. Grayscale: #A1A1A1. Windows color (decimal): -823843 or 14511603. OLE color: 14511603.
HSL color Cylindrical-coordinate representation of color #F36DDD: hue angle of 309.85º 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 #F36DDD is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 221 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.05 |
| HSL | 309.85º | 0.85% | 0.69% | - |
| HSV(B) | 309.85º | 0.55% | 0.95% | - |
| XYZ | 55.48 | 35.21 | 72.28 | - |
| YUV | 161.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 221 | 0 | 0.55 | 0.09 | 0.05 | 309.85 | 0.85 | 0.69 |
| Hex | F3 | 6D | DD | 0 | 37 | 9 | 5 | 136 | 55 | 45 |
| Octal | 363 | 155 | 335 | 0 | 67 | 11 | 5 | 466 | 125 | 105 |
| Binary | 11110011 | 1101101 | 11011101 | 0 | 110111 | 1001 | 101 | 100110110 | 1010101 | 1000101 |
Color Harmonies of #F36DDD
Complementary color
Monochromatic Colors of #F36DDD
Black with #F36DDD
Text Example
Text Example
White with #F36DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36DDD; }
p { color: rgb(243,109,221); }
H1.HeaderClassName
{
color: #F36DDD;
}
.AnyTagClassName
{
color: #F36DDD;
}
</style>
background-color css
<style>
a { background-color: #F36DDD; }
a { background-color: rgb(243,109,221); }
div.DivClassName
{
background-color: #F36DDD;
}
.BgClassName
{
background-color: #F36DDD;
}
</style>
border-color css
<style>
span { border-color: #F36DDD; }
span { border-color: rgb(243,109,221); }
td.TdClassName
{
border-color: #F36DDD;
}
.TagClassName
{
border-color: #F36DDD;
}
</style>