Shades of Pale Magenta #F36FE6
Tints of Pale Magenta #F36FE6
RGB
CMYK
RGB Variations
Color information
#F36FE6 (or 0xF36FE6) is known color: Pale Magenta. HEX triplet: F3, 6F and E6. RGB value is (243,111,230). Sum of RGB (Red+Green+Blue) = 243+111+230=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F36FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F36FE6 is #0C9019. Grayscale: #A3A3A3. Windows color (decimal): -823322 or 15101939. OLE color: 15101939.
HSL color Cylindrical-coordinate representation of color #F36FE6: hue angle of 305.91º 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 #F36FE6 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 230 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 305.91º | 0.85% | 0.69% | - |
| HSV(B) | 305.91º | 0.54% | 0.95% | - |
| XYZ | 56.93 | 36.14 | 78.84 | - |
| YUV | 164.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 230 | 0 | 0.54 | 0.05 | 0.05 | 305.91 | 0.85 | 0.69 |
| Hex | F3 | 6F | E6 | 0 | 36 | 5 | 5 | 132 | 55 | 45 |
| Octal | 363 | 157 | 346 | 0 | 66 | 5 | 5 | 462 | 125 | 105 |
| Binary | 11110011 | 1101111 | 11100110 | 0 | 110110 | 101 | 101 | 100110010 | 1010101 | 1000101 |
Color Harmonies of #F36FE6
Complementary color
Monochromatic Colors of #F36FE6
Black with #F36FE6
Text Example
Text Example
White with #F36FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36FE6; }
p { color: rgb(243,111,230); }
H1.HeaderClassName
{
color: #F36FE6;
}
.AnyTagClassName
{
color: #F36FE6;
}
</style>
background-color css
<style>
a { background-color: #F36FE6; }
a { background-color: rgb(243,111,230); }
div.DivClassName
{
background-color: #F36FE6;
}
.BgClassName
{
background-color: #F36FE6;
}
</style>
border-color css
<style>
span { border-color: #F36FE6; }
span { border-color: rgb(243,111,230); }
td.TdClassName
{
border-color: #F36FE6;
}
.TagClassName
{
border-color: #F36FE6;
}
</style>