Shades of Pale Magenta #F387D3
Tints of Pale Magenta #F387D3
RGB
CMYK
RGB Variations
Color information
#F387D3 (or 0xF387D3) is known color: Pale Magenta. HEX triplet: F3, 87 and D3. RGB value is (243,135,211). Sum of RGB (Red+Green+Blue) = 243+135+211=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F387D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387D3 is #0C782C. Grayscale: #AFAFAF. Windows color (decimal): -817197 or 13862899. OLE color: 13862899.
HSL color Cylindrical-coordinate representation of color #F387D3: hue angle of 317.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F387D3 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 211 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.05 |
| HSL | 317.78º | 0.82% | 0.74% | - |
| HSV(B) | 317.78º | 0.44% | 0.95% | - |
| XYZ | 57.38 | 41.09 | 66.53 | - |
| YUV | 175.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 211 | 0 | 0.44 | 0.13 | 0.05 | 317.78 | 0.82 | 0.74 |
| Hex | F3 | 87 | D3 | 0 | 2C | D | 5 | 13E | 52 | 4A |
| Octal | 363 | 207 | 323 | 0 | 54 | 15 | 5 | 476 | 122 | 112 |
| Binary | 11110011 | 10000111 | 11010011 | 0 | 101100 | 1101 | 101 | 100111110 | 1010010 | 1001010 |
Color Harmonies of #F387D3
Complementary color
Monochromatic Colors of #F387D3
Black with #F387D3
Text Example
Text Example
White with #F387D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F387D3; }
p { color: rgb(243,135,211); }
H1.HeaderClassName
{
color: #F387D3;
}
.AnyTagClassName
{
color: #F387D3;
}
</style>
background-color css
<style>
a { background-color: #F387D3; }
a { background-color: rgb(243,135,211); }
div.DivClassName
{
background-color: #F387D3;
}
.BgClassName
{
background-color: #F387D3;
}
</style>
border-color css
<style>
span { border-color: #F387D3; }
span { border-color: rgb(243,135,211); }
td.TdClassName
{
border-color: #F387D3;
}
.TagClassName
{
border-color: #F387D3;
}
</style>