Shades of Pale Magenta #F37DDB
Tints of Pale Magenta #F37DDB
RGB
CMYK
RGB Variations
Color information
#F37DDB (or 0xF37DDB) is known color: Pale Magenta. HEX triplet: F3, 7D and DB. RGB value is (243,125,219). Sum of RGB (Red+Green+Blue) = 243+125+219=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DDB is #0C8224. Grayscale: #AAAAAA. Windows color (decimal): -819749 or 14384627. OLE color: 14384627.
HSL color Cylindrical-coordinate representation of color #F37DDB: hue angle of 312.2º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DDB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 219 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.05 |
| HSL | 312.2º | 0.83% | 0.72% | - |
| HSV(B) | 312.2º | 0.49% | 0.95% | - |
| XYZ | 57.08 | 38.84 | 71.51 | - |
| YUV | 171 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 219 | 0 | 0.49 | 0.10 | 0.05 | 312.2 | 0.83 | 0.72 |
| Hex | F3 | 7D | DB | 0 | 31 | A | 5 | 138 | 53 | 48 |
| Octal | 363 | 175 | 333 | 0 | 61 | 12 | 5 | 470 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11011011 | 0 | 110001 | 1010 | 101 | 100111000 | 1010011 | 1001000 |
Color Harmonies of #F37DDB
Complementary color
Monochromatic Colors of #F37DDB
Black with #F37DDB
Text Example
Text Example
White with #F37DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DDB; }
p { color: rgb(243,125,219); }
H1.HeaderClassName
{
color: #F37DDB;
}
.AnyTagClassName
{
color: #F37DDB;
}
</style>
background-color css
<style>
a { background-color: #F37DDB; }
a { background-color: rgb(243,125,219); }
div.DivClassName
{
background-color: #F37DDB;
}
.BgClassName
{
background-color: #F37DDB;
}
</style>
border-color css
<style>
span { border-color: #F37DDB; }
span { border-color: rgb(243,125,219); }
td.TdClassName
{
border-color: #F37DDB;
}
.TagClassName
{
border-color: #F37DDB;
}
</style>