Shades of Pale Magenta #F370DF
Tints of Pale Magenta #F370DF
RGB
CMYK
RGB Variations
Color information
#F370DF (or 0xF370DF) is known color: Pale Magenta. HEX triplet: F3, 70 and DF. RGB value is (243,112,223). Sum of RGB (Red+Green+Blue) = 243+112+223=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F370DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370DF is #0C8F20. Grayscale: #A3A3A3. Windows color (decimal): -823073 or 14643443. OLE color: 14643443.
HSL color Cylindrical-coordinate representation of color #F370DF: hue angle of 309.16º 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 #F370DF is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 223 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.05 |
| HSL | 309.16º | 0.85% | 0.7% | - |
| HSV(B) | 309.16º | 0.54% | 0.95% | - |
| XYZ | 56.08 | 35.97 | 73.8 | - |
| YUV | 163.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 223 | 0 | 0.54 | 0.08 | 0.05 | 309.16 | 0.85 | 0.7 |
| Hex | F3 | 70 | DF | 0 | 36 | 8 | 5 | 135 | 55 | 46 |
| Octal | 363 | 160 | 337 | 0 | 66 | 10 | 5 | 465 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11011111 | 0 | 110110 | 1000 | 101 | 100110101 | 1010101 | 1000110 |
Color Harmonies of #F370DF
Complementary color
Monochromatic Colors of #F370DF
Black with #F370DF
Text Example
Text Example
White with #F370DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370DF; }
p { color: rgb(243,112,223); }
H1.HeaderClassName
{
color: #F370DF;
}
.AnyTagClassName
{
color: #F370DF;
}
</style>
background-color css
<style>
a { background-color: #F370DF; }
a { background-color: rgb(243,112,223); }
div.DivClassName
{
background-color: #F370DF;
}
.BgClassName
{
background-color: #F370DF;
}
</style>
border-color css
<style>
span { border-color: #F370DF; }
span { border-color: rgb(243,112,223); }
td.TdClassName
{
border-color: #F370DF;
}
.TagClassName
{
border-color: #F370DF;
}
</style>