Shades of Pale Magenta #F372DB
Tints of Pale Magenta #F372DB
RGB
CMYK
RGB Variations
Color information
#F372DB (or 0xF372DB) is known color: Pale Magenta. HEX triplet: F3, 72 and DB. RGB value is (243,114,219). Sum of RGB (Red+Green+Blue) = 243+114+219=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F372DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372DB is #0C8D24. Grayscale: #A4A4A4. Windows color (decimal): -822565 or 14381811. OLE color: 14381811.
HSL color Cylindrical-coordinate representation of color #F372DB: hue angle of 311.16º 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 #F372DB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 219 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 311.16º | 0.84% | 0.7% | - |
| HSV(B) | 311.16º | 0.53% | 0.95% | - |
| XYZ | 55.77 | 36.2 | 71.07 | - |
| YUV | 164.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 219 | 0 | 0.53 | 0.10 | 0.05 | 311.16 | 0.84 | 0.7 |
| Hex | F3 | 72 | DB | 0 | 35 | A | 5 | 137 | 54 | 46 |
| Octal | 363 | 162 | 333 | 0 | 65 | 12 | 5 | 467 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11011011 | 0 | 110101 | 1010 | 101 | 100110111 | 1010100 | 1000110 |
Color Harmonies of #F372DB
Complementary color
Monochromatic Colors of #F372DB
Black with #F372DB
Text Example
Text Example
White with #F372DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372DB; }
p { color: rgb(243,114,219); }
H1.HeaderClassName
{
color: #F372DB;
}
.AnyTagClassName
{
color: #F372DB;
}
</style>
background-color css
<style>
a { background-color: #F372DB; }
a { background-color: rgb(243,114,219); }
div.DivClassName
{
background-color: #F372DB;
}
.BgClassName
{
background-color: #F372DB;
}
</style>
border-color css
<style>
span { border-color: #F372DB; }
span { border-color: rgb(243,114,219); }
td.TdClassName
{
border-color: #F372DB;
}
.TagClassName
{
border-color: #F372DB;
}
</style>