Shades of Pale Magenta #F370D9
Tints of Pale Magenta #F370D9
RGB
CMYK
RGB Variations
Color information
#F370D9 (or 0xF370D9) is known color: Pale Magenta. HEX triplet: F3, 70 and D9. RGB value is (243,112,217). Sum of RGB (Red+Green+Blue) = 243+112+217=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F370D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370D9 is #0C8F26. Grayscale: #A2A2A2. Windows color (decimal): -823079 or 14250227. OLE color: 14250227.
HSL color Cylindrical-coordinate representation of color #F370D9: hue angle of 311.91º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370D9 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 217 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.05 |
| HSL | 311.91º | 0.85% | 0.7% | - |
| HSV(B) | 311.91º | 0.54% | 0.95% | - |
| XYZ | 55.28 | 35.65 | 69.61 | - |
| YUV | 163.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 217 | 0 | 0.54 | 0.11 | 0.05 | 311.91 | 0.85 | 0.7 |
| Hex | F3 | 70 | D9 | 0 | 36 | B | 5 | 138 | 55 | 46 |
| Octal | 363 | 160 | 331 | 0 | 66 | 13 | 5 | 470 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11011001 | 0 | 110110 | 1011 | 101 | 100111000 | 1010101 | 1000110 |
Color Harmonies of #F370D9
Complementary color
Monochromatic Colors of #F370D9
Black with #F370D9
Text Example
Text Example
White with #F370D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370D9; }
p { color: rgb(243,112,217); }
H1.HeaderClassName
{
color: #F370D9;
}
.AnyTagClassName
{
color: #F370D9;
}
</style>
background-color css
<style>
a { background-color: #F370D9; }
a { background-color: rgb(243,112,217); }
div.DivClassName
{
background-color: #F370D9;
}
.BgClassName
{
background-color: #F370D9;
}
</style>
border-color css
<style>
span { border-color: #F370D9; }
span { border-color: rgb(243,112,217); }
td.TdClassName
{
border-color: #F370D9;
}
.TagClassName
{
border-color: #F370D9;
}
</style>