Shades of Pale Magenta #F386D4
Tints of Pale Magenta #F386D4
RGB
CMYK
RGB Variations
Color information
#F386D4 (or 0xF386D4) is known color: Pale Magenta. HEX triplet: F3, 86 and D4. RGB value is (243,134,212). Sum of RGB (Red+Green+Blue) = 243+134+212=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F386D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386D4 is #0C792B. Grayscale: #AFAFAF. Windows color (decimal): -817452 or 13928179. OLE color: 13928179.
HSL color Cylindrical-coordinate representation of color #F386D4: hue angle of 317.06º 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 #F386D4 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 212 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.05 |
| HSL | 317.06º | 0.82% | 0.74% | - |
| HSV(B) | 317.06º | 0.45% | 0.95% | - |
| XYZ | 57.37 | 40.86 | 67.15 | - |
| YUV | 175.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 212 | 0 | 0.45 | 0.13 | 0.05 | 317.06 | 0.82 | 0.74 |
| Hex | F3 | 86 | D4 | 0 | 2D | D | 5 | 13D | 52 | 4A |
| Octal | 363 | 206 | 324 | 0 | 55 | 15 | 5 | 475 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11010100 | 0 | 101101 | 1101 | 101 | 100111101 | 1010010 | 1001010 |
Color Harmonies of #F386D4
Complementary color
Monochromatic Colors of #F386D4
Black with #F386D4
Text Example
Text Example
White with #F386D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386D4; }
p { color: rgb(243,134,212); }
H1.HeaderClassName
{
color: #F386D4;
}
.AnyTagClassName
{
color: #F386D4;
}
</style>
background-color css
<style>
a { background-color: #F386D4; }
a { background-color: rgb(243,134,212); }
div.DivClassName
{
background-color: #F386D4;
}
.BgClassName
{
background-color: #F386D4;
}
</style>
border-color css
<style>
span { border-color: #F386D4; }
span { border-color: rgb(243,134,212); }
td.TdClassName
{
border-color: #F386D4;
}
.TagClassName
{
border-color: #F386D4;
}
</style>