Shades of Pale Magenta #F373DB
Tints of Pale Magenta #F373DB
RGB
CMYK
RGB Variations
Color information
#F373DB (or 0xF373DB) is known color: Pale Magenta. HEX triplet: F3, 73 and DB. RGB value is (243,115,219). Sum of RGB (Red+Green+Blue) = 243+115+219=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F373DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373DB is #0C8C24. Grayscale: #A4A4A4. Windows color (decimal): -822309 or 14382067. OLE color: 14382067.
HSL color Cylindrical-coordinate representation of color #F373DB: hue angle of 311.25º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F373DB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 219 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 311.25º | 0.84% | 0.7% | - |
| HSV(B) | 311.25º | 0.53% | 0.95% | - |
| XYZ | 55.88 | 36.43 | 71.1 | - |
| YUV | 165.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 219 | 0 | 0.53 | 0.10 | 0.05 | 311.25 | 0.84 | 0.7 |
| Hex | F3 | 73 | DB | 0 | 35 | A | 5 | 137 | 54 | 46 |
| Octal | 363 | 163 | 333 | 0 | 65 | 12 | 5 | 467 | 124 | 106 |
| Binary | 11110011 | 1110011 | 11011011 | 0 | 110101 | 1010 | 101 | 100110111 | 1010100 | 1000110 |
Color Harmonies of #F373DB
Complementary color
Monochromatic Colors of #F373DB
Black with #F373DB
Text Example
Text Example
White with #F373DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373DB; }
p { color: rgb(243,115,219); }
H1.HeaderClassName
{
color: #F373DB;
}
.AnyTagClassName
{
color: #F373DB;
}
</style>
background-color css
<style>
a { background-color: #F373DB; }
a { background-color: rgb(243,115,219); }
div.DivClassName
{
background-color: #F373DB;
}
.BgClassName
{
background-color: #F373DB;
}
</style>
border-color css
<style>
span { border-color: #F373DB; }
span { border-color: rgb(243,115,219); }
td.TdClassName
{
border-color: #F373DB;
}
.TagClassName
{
border-color: #F373DB;
}
</style>