Shades of Pale Magenta #F36FE5
Tints of Pale Magenta #F36FE5
RGB
CMYK
RGB Variations
Color information
#F36FE5 (or 0xF36FE5) is known color: Pale Magenta. HEX triplet: F3, 6F and E5. RGB value is (243,111,229). Sum of RGB (Red+Green+Blue) = 243+111+229=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36FE5 is #0C901A. Grayscale: #A3A3A3. Windows color (decimal): -823323 or 15036403. OLE color: 15036403.
HSL color Cylindrical-coordinate representation of color #F36FE5: hue angle of 306.36º 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 #F36FE5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 229 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.05 |
| HSL | 306.36º | 0.85% | 0.69% | - |
| HSV(B) | 306.36º | 0.54% | 0.95% | - |
| XYZ | 56.79 | 36.08 | 78.1 | - |
| YUV | 163.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 229 | 0 | 0.54 | 0.06 | 0.05 | 306.36 | 0.85 | 0.69 |
| Hex | F3 | 6F | E5 | 0 | 36 | 6 | 5 | 132 | 55 | 45 |
| Octal | 363 | 157 | 345 | 0 | 66 | 6 | 5 | 462 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11100101 | 0 | 110110 | 110 | 101 | 100110010 | 1010101 | 1000101 |
Color Harmonies of #F36FE5
Complementary color
Monochromatic Colors of #F36FE5
Black with #F36FE5
Text Example
Text Example
White with #F36FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FE5; }
p { color: rgb(243,111,229); }
H1.HeaderClassName
{
color: #F36FE5;
}
.AnyTagClassName
{
color: #F36FE5;
}
</style>
background-color css
<style>
a { background-color: #F36FE5; }
a { background-color: rgb(243,111,229); }
div.DivClassName
{
background-color: #F36FE5;
}
.BgClassName
{
background-color: #F36FE5;
}
</style>
border-color css
<style>
span { border-color: #F36FE5; }
span { border-color: rgb(243,111,229); }
td.TdClassName
{
border-color: #F36FE5;
}
.TagClassName
{
border-color: #F36FE5;
}
</style>