Shades of Pale Magenta #F37DDD
Tints of Pale Magenta #F37DDD
RGB
CMYK
RGB Variations
Color information
#F37DDD (or 0xF37DDD) is known color: Pale Magenta. HEX triplet: F3, 7D and DD. RGB value is (243,125,221). Sum of RGB (Red+Green+Blue) = 243+125+221=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DDD is #0C8222. Grayscale: #AAAAAA. Windows color (decimal): -819747 or 14515699. OLE color: 14515699.
HSL color Cylindrical-coordinate representation of color #F37DDD: hue angle of 311.19º 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 #F37DDD is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 221 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 311.19º | 0.83% | 0.72% | - |
| HSV(B) | 311.19º | 0.49% | 0.95% | - |
| XYZ | 57.35 | 38.94 | 72.9 | - |
| YUV | 171.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 221 | 0 | 0.49 | 0.09 | 0.05 | 311.19 | 0.83 | 0.72 |
| Hex | F3 | 7D | DD | 0 | 31 | 9 | 5 | 137 | 53 | 48 |
| Octal | 363 | 175 | 335 | 0 | 61 | 11 | 5 | 467 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11011101 | 0 | 110001 | 1001 | 101 | 100110111 | 1010011 | 1001000 |
Color Harmonies of #F37DDD
Complementary color
Monochromatic Colors of #F37DDD
Black with #F37DDD
Text Example
Text Example
White with #F37DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DDD; }
p { color: rgb(243,125,221); }
H1.HeaderClassName
{
color: #F37DDD;
}
.AnyTagClassName
{
color: #F37DDD;
}
</style>
background-color css
<style>
a { background-color: #F37DDD; }
a { background-color: rgb(243,125,221); }
div.DivClassName
{
background-color: #F37DDD;
}
.BgClassName
{
background-color: #F37DDD;
}
</style>
border-color css
<style>
span { border-color: #F37DDD; }
span { border-color: rgb(243,125,221); }
td.TdClassName
{
border-color: #F37DDD;
}
.TagClassName
{
border-color: #F37DDD;
}
</style>