Shades of Pale Magenta #F36FDD
Tints of Pale Magenta #F36FDD
RGB
CMYK
RGB Variations
Color information
#F36FDD (or 0xF36FDD) is known color: Pale Magenta. HEX triplet: F3, 6F and DD. RGB value is (243,111,221). Sum of RGB (Red+Green+Blue) = 243+111+221=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FDD is #0C9022. Grayscale: #A2A2A2. Windows color (decimal): -823331 or 14512115. OLE color: 14512115.
HSL color Cylindrical-coordinate representation of color #F36FDD: hue angle of 310º 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 #F36FDD is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 221 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.05 |
| HSL | 310º | 0.85% | 0.69% | - |
| HSV(B) | 310º | 0.54% | 0.95% | - |
| XYZ | 55.7 | 35.64 | 72.35 | - |
| YUV | 163.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 221 | 0 | 0.54 | 0.09 | 0.05 | 310 | 0.85 | 0.69 |
| Hex | F3 | 6F | DD | 0 | 36 | 9 | 5 | 136 | 55 | 45 |
| Octal | 363 | 157 | 335 | 0 | 66 | 11 | 5 | 466 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11011101 | 0 | 110110 | 1001 | 101 | 100110110 | 1010101 | 1000101 |
Color Harmonies of #F36FDD
Complementary color
Monochromatic Colors of #F36FDD
Black with #F36FDD
Text Example
Text Example
White with #F36FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FDD; }
p { color: rgb(243,111,221); }
H1.HeaderClassName
{
color: #F36FDD;
}
.AnyTagClassName
{
color: #F36FDD;
}
</style>
background-color css
<style>
a { background-color: #F36FDD; }
a { background-color: rgb(243,111,221); }
div.DivClassName
{
background-color: #F36FDD;
}
.BgClassName
{
background-color: #F36FDD;
}
</style>
border-color css
<style>
span { border-color: #F36FDD; }
span { border-color: rgb(243,111,221); }
td.TdClassName
{
border-color: #F36FDD;
}
.TagClassName
{
border-color: #F36FDD;
}
</style>