Shades of Pale Magenta #F370DB
Tints of Pale Magenta #F370DB
RGB
CMYK
RGB Variations
Color information
#F370DB (or 0xF370DB) is known color: Pale Magenta. HEX triplet: F3, 70 and DB. RGB value is (243,112,219). Sum of RGB (Red+Green+Blue) = 243+112+219=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F370DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370DB is #0C8F24. Grayscale: #A3A3A3. Windows color (decimal): -823077 or 14381299. OLE color: 14381299.
HSL color Cylindrical-coordinate representation of color #F370DB: hue angle of 310.99º 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 #F370DB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 219 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 310.99º | 0.85% | 0.7% | - |
| HSV(B) | 310.99º | 0.54% | 0.95% | - |
| XYZ | 55.54 | 35.76 | 70.99 | - |
| YUV | 163.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 219 | 0 | 0.54 | 0.10 | 0.05 | 310.99 | 0.85 | 0.7 |
| Hex | F3 | 70 | DB | 0 | 36 | A | 5 | 137 | 55 | 46 |
| Octal | 363 | 160 | 333 | 0 | 66 | 12 | 5 | 467 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11011011 | 0 | 110110 | 1010 | 101 | 100110111 | 1010101 | 1000110 |
Color Harmonies of #F370DB
Complementary color
Monochromatic Colors of #F370DB
Black with #F370DB
Text Example
Text Example
White with #F370DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370DB; }
p { color: rgb(243,112,219); }
H1.HeaderClassName
{
color: #F370DB;
}
.AnyTagClassName
{
color: #F370DB;
}
</style>
background-color css
<style>
a { background-color: #F370DB; }
a { background-color: rgb(243,112,219); }
div.DivClassName
{
background-color: #F370DB;
}
.BgClassName
{
background-color: #F370DB;
}
</style>
border-color css
<style>
span { border-color: #F370DB; }
span { border-color: rgb(243,112,219); }
td.TdClassName
{
border-color: #F370DB;
}
.TagClassName
{
border-color: #F370DB;
}
</style>