Shades of Pale Magenta #F36CE1
Tints of Pale Magenta #F36CE1
RGB
CMYK
RGB Variations
Color information
#F36CE1 (or 0xF36CE1) is known color: Pale Magenta. HEX triplet: F3, 6C and E1. RGB value is (243,108,225). Sum of RGB (Red+Green+Blue) = 243+108+225=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F36CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36CE1 is #0C931E. Grayscale: #A1A1A1. Windows color (decimal): -824095 or 14773491. OLE color: 14773491.
HSL color Cylindrical-coordinate representation of color #F36CE1: hue angle of 308º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36CE1 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 225 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.05 |
| HSL | 308º | 0.85% | 0.69% | - |
| HSV(B) | 308º | 0.56% | 0.95% | - |
| XYZ | 55.92 | 35.22 | 75.08 | - |
| YUV | 161.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 225 | 0 | 0.56 | 0.07 | 0.05 | 308 | 0.85 | 0.69 |
| Hex | F3 | 6C | E1 | 0 | 38 | 7 | 5 | 134 | 55 | 45 |
| Octal | 363 | 154 | 341 | 0 | 70 | 7 | 5 | 464 | 125 | 105 |
| Binary | 11110011 | 1101100 | 11100001 | 0 | 111000 | 111 | 101 | 100110100 | 1010101 | 1000101 |
Color Harmonies of #F36CE1
Complementary color
Monochromatic Colors of #F36CE1
Black with #F36CE1
Text Example
Text Example
White with #F36CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36CE1; }
p { color: rgb(243,108,225); }
H1.HeaderClassName
{
color: #F36CE1;
}
.AnyTagClassName
{
color: #F36CE1;
}
</style>
background-color css
<style>
a { background-color: #F36CE1; }
a { background-color: rgb(243,108,225); }
div.DivClassName
{
background-color: #F36CE1;
}
.BgClassName
{
background-color: #F36CE1;
}
</style>
border-color css
<style>
span { border-color: #F36CE1; }
span { border-color: rgb(243,108,225); }
td.TdClassName
{
border-color: #F36CE1;
}
.TagClassName
{
border-color: #F36CE1;
}
</style>