Shades of Pale Magenta #F370DA
Tints of Pale Magenta #F370DA
RGB
CMYK
RGB Variations
Color information
#F370DA (or 0xF370DA) is known color: Pale Magenta. HEX triplet: F3, 70 and DA. RGB value is (243,112,218). Sum of RGB (Red+Green+Blue) = 243+112+218=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F370DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370DA is #0C8F25. Grayscale: #A2A2A2. Windows color (decimal): -823078 or 14315763. OLE color: 14315763.
HSL color Cylindrical-coordinate representation of color #F370DA: hue angle of 311.45º 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 #F370DA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 218 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 311.45º | 0.85% | 0.7% | - |
| HSV(B) | 311.45º | 0.54% | 0.95% | - |
| XYZ | 55.41 | 35.7 | 70.3 | - |
| YUV | 163.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 218 | 0 | 0.54 | 0.10 | 0.05 | 311.45 | 0.85 | 0.7 |
| Hex | F3 | 70 | DA | 0 | 36 | A | 5 | 137 | 55 | 46 |
| Octal | 363 | 160 | 332 | 0 | 66 | 12 | 5 | 467 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11011010 | 0 | 110110 | 1010 | 101 | 100110111 | 1010101 | 1000110 |
Color Harmonies of #F370DA
Complementary color
Monochromatic Colors of #F370DA
Black with #F370DA
Text Example
Text Example
White with #F370DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370DA; }
p { color: rgb(243,112,218); }
H1.HeaderClassName
{
color: #F370DA;
}
.AnyTagClassName
{
color: #F370DA;
}
</style>
background-color css
<style>
a { background-color: #F370DA; }
a { background-color: rgb(243,112,218); }
div.DivClassName
{
background-color: #F370DA;
}
.BgClassName
{
background-color: #F370DA;
}
</style>
border-color css
<style>
span { border-color: #F370DA; }
span { border-color: rgb(243,112,218); }
td.TdClassName
{
border-color: #F370DA;
}
.TagClassName
{
border-color: #F370DA;
}
</style>