Shades of Pale Magenta #F371DB
Tints of Pale Magenta #F371DB
RGB
CMYK
RGB Variations
Color information
#F371DB (or 0xF371DB) is known color: Pale Magenta. HEX triplet: F3, 71 and DB. RGB value is (243,113,219). Sum of RGB (Red+Green+Blue) = 243+113+219=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F371DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371DB is #0C8E24. Grayscale: #A3A3A3. Windows color (decimal): -822821 or 14381555. OLE color: 14381555.
HSL color Cylindrical-coordinate representation of color #F371DB: hue angle of 311.08º 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 #F371DB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 219 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 311.08º | 0.84% | 0.7% | - |
| HSV(B) | 311.08º | 0.53% | 0.95% | - |
| XYZ | 55.65 | 35.98 | 71.03 | - |
| YUV | 163.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 219 | 0 | 0.53 | 0.10 | 0.05 | 311.08 | 0.84 | 0.7 |
| Hex | F3 | 71 | DB | 0 | 35 | A | 5 | 137 | 54 | 46 |
| Octal | 363 | 161 | 333 | 0 | 65 | 12 | 5 | 467 | 124 | 106 |
| Binary | 11110011 | 1110001 | 11011011 | 0 | 110101 | 1010 | 101 | 100110111 | 1010100 | 1000110 |
Color Harmonies of #F371DB
Complementary color
Monochromatic Colors of #F371DB
Black with #F371DB
Text Example
Text Example
White with #F371DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F371DB; }
p { color: rgb(243,113,219); }
H1.HeaderClassName
{
color: #F371DB;
}
.AnyTagClassName
{
color: #F371DB;
}
</style>
background-color css
<style>
a { background-color: #F371DB; }
a { background-color: rgb(243,113,219); }
div.DivClassName
{
background-color: #F371DB;
}
.BgClassName
{
background-color: #F371DB;
}
</style>
border-color css
<style>
span { border-color: #F371DB; }
span { border-color: rgb(243,113,219); }
td.TdClassName
{
border-color: #F371DB;
}
.TagClassName
{
border-color: #F371DB;
}
</style>