Shades of Pale Magenta #F374DB
Tints of Pale Magenta #F374DB
RGB
CMYK
RGB Variations
Color information
#F374DB (or 0xF374DB) is known color: Pale Magenta. HEX triplet: F3, 74 and DB. RGB value is (243,116,219). Sum of RGB (Red+Green+Blue) = 243+116+219=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F374DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374DB is #0C8B24. Grayscale: #A5A5A5. Windows color (decimal): -822053 or 14382323. OLE color: 14382323.
HSL color Cylindrical-coordinate representation of color #F374DB: hue angle of 311.34º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374DB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 219 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.05 |
| HSL | 311.34º | 0.84% | 0.7% | - |
| HSV(B) | 311.34º | 0.52% | 0.95% | - |
| XYZ | 55.99 | 36.66 | 71.14 | - |
| YUV | 165.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 219 | 0 | 0.52 | 0.10 | 0.05 | 311.34 | 0.84 | 0.7 |
| Hex | F3 | 74 | DB | 0 | 34 | A | 5 | 137 | 54 | 46 |
| Octal | 363 | 164 | 333 | 0 | 64 | 12 | 5 | 467 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11011011 | 0 | 110100 | 1010 | 101 | 100110111 | 1010100 | 1000110 |
Color Harmonies of #F374DB
Complementary color
Monochromatic Colors of #F374DB
Black with #F374DB
Text Example
Text Example
White with #F374DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374DB; }
p { color: rgb(243,116,219); }
H1.HeaderClassName
{
color: #F374DB;
}
.AnyTagClassName
{
color: #F374DB;
}
</style>
background-color css
<style>
a { background-color: #F374DB; }
a { background-color: rgb(243,116,219); }
div.DivClassName
{
background-color: #F374DB;
}
.BgClassName
{
background-color: #F374DB;
}
</style>
border-color css
<style>
span { border-color: #F374DB; }
span { border-color: rgb(243,116,219); }
td.TdClassName
{
border-color: #F374DB;
}
.TagClassName
{
border-color: #F374DB;
}
</style>