Shades of Pale Magenta #F370E0
Tints of Pale Magenta #F370E0
RGB
CMYK
RGB Variations
Color information
#F370E0 (or 0xF370E0) is known color: Pale Magenta. HEX triplet: F3, 70 and E0. RGB value is (243,112,224). Sum of RGB (Red+Green+Blue) = 243+112+224=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F370E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370E0 is #0C8F1F. Grayscale: #A3A3A3. Windows color (decimal): -823072 or 14708979. OLE color: 14708979.
HSL color Cylindrical-coordinate representation of color #F370E0: hue angle of 308.7º 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 #F370E0 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 224 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.05 |
| HSL | 308.7º | 0.85% | 0.7% | - |
| HSV(B) | 308.7º | 0.54% | 0.95% | - |
| XYZ | 56.21 | 36.02 | 74.51 | - |
| YUV | 163.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 224 | 0 | 0.54 | 0.08 | 0.05 | 308.7 | 0.85 | 0.7 |
| Hex | F3 | 70 | E0 | 0 | 36 | 8 | 5 | 135 | 55 | 46 |
| Octal | 363 | 160 | 340 | 0 | 66 | 10 | 5 | 465 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11100000 | 0 | 110110 | 1000 | 101 | 100110101 | 1010101 | 1000110 |
Color Harmonies of #F370E0
Complementary color
Monochromatic Colors of #F370E0
Black with #F370E0
Text Example
Text Example
White with #F370E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370E0; }
p { color: rgb(243,112,224); }
H1.HeaderClassName
{
color: #F370E0;
}
.AnyTagClassName
{
color: #F370E0;
}
</style>
background-color css
<style>
a { background-color: #F370E0; }
a { background-color: rgb(243,112,224); }
div.DivClassName
{
background-color: #F370E0;
}
.BgClassName
{
background-color: #F370E0;
}
</style>
border-color css
<style>
span { border-color: #F370E0; }
span { border-color: rgb(243,112,224); }
td.TdClassName
{
border-color: #F370E0;
}
.TagClassName
{
border-color: #F370E0;
}
</style>