Shades of Pale Magenta #F386E0
Tints of Pale Magenta #F386E0
RGB
CMYK
RGB Variations
Color information
#F386E0 (or 0xF386E0) is known color: Pale Magenta. HEX triplet: F3, 86 and E0. RGB value is (243,134,224). Sum of RGB (Red+Green+Blue) = 243+134+224=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F386E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386E0 is #0C791F. Grayscale: #B0B0B0. Windows color (decimal): -817440 or 14714611. OLE color: 14714611.
HSL color Cylindrical-coordinate representation of color #F386E0: hue angle of 310.46º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F386E0 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 224 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.05 |
| HSL | 310.46º | 0.82% | 0.74% | - |
| HSV(B) | 310.46º | 0.45% | 0.95% | - |
| XYZ | 58.94 | 41.49 | 75.42 | - |
| YUV | 176.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 224 | 0 | 0.45 | 0.08 | 0.05 | 310.46 | 0.82 | 0.74 |
| Hex | F3 | 86 | E0 | 0 | 2D | 8 | 5 | 136 | 52 | 4A |
| Octal | 363 | 206 | 340 | 0 | 55 | 10 | 5 | 466 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11100000 | 0 | 101101 | 1000 | 101 | 100110110 | 1010010 | 1001010 |
Color Harmonies of #F386E0
Complementary color
Monochromatic Colors of #F386E0
Black with #F386E0
Text Example
Text Example
White with #F386E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386E0; }
p { color: rgb(243,134,224); }
H1.HeaderClassName
{
color: #F386E0;
}
.AnyTagClassName
{
color: #F386E0;
}
</style>
background-color css
<style>
a { background-color: #F386E0; }
a { background-color: rgb(243,134,224); }
div.DivClassName
{
background-color: #F386E0;
}
.BgClassName
{
background-color: #F386E0;
}
</style>
border-color css
<style>
span { border-color: #F386E0; }
span { border-color: rgb(243,134,224); }
td.TdClassName
{
border-color: #F386E0;
}
.TagClassName
{
border-color: #F386E0;
}
</style>