Shades of Pale Magenta #F37DD4
Tints of Pale Magenta #F37DD4
RGB
CMYK
RGB Variations
Color information
#F37DD4 (or 0xF37DD4) is known color: Pale Magenta. HEX triplet: F3, 7D and D4. RGB value is (243,125,212). Sum of RGB (Red+Green+Blue) = 243+125+212=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DD4 is #0C822B. Grayscale: #A9A9A9. Windows color (decimal): -819756 or 13925875. OLE color: 13925875.
HSL color Cylindrical-coordinate representation of color #F37DD4: hue angle of 315.76º 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 #F37DD4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 212 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.05 |
| HSL | 315.76º | 0.83% | 0.72% | - |
| HSV(B) | 315.76º | 0.49% | 0.95% | - |
| XYZ | 56.18 | 38.48 | 66.75 | - |
| YUV | 170.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 212 | 0 | 0.49 | 0.13 | 0.05 | 315.76 | 0.83 | 0.72 |
| Hex | F3 | 7D | D4 | 0 | 31 | D | 5 | 13C | 53 | 48 |
| Octal | 363 | 175 | 324 | 0 | 61 | 15 | 5 | 474 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11010100 | 0 | 110001 | 1101 | 101 | 100111100 | 1010011 | 1001000 |
Color Harmonies of #F37DD4
Complementary color
Monochromatic Colors of #F37DD4
Black with #F37DD4
Text Example
Text Example
White with #F37DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DD4; }
p { color: rgb(243,125,212); }
H1.HeaderClassName
{
color: #F37DD4;
}
.AnyTagClassName
{
color: #F37DD4;
}
</style>
background-color css
<style>
a { background-color: #F37DD4; }
a { background-color: rgb(243,125,212); }
div.DivClassName
{
background-color: #F37DD4;
}
.BgClassName
{
background-color: #F37DD4;
}
</style>
border-color css
<style>
span { border-color: #F37DD4; }
span { border-color: rgb(243,125,212); }
td.TdClassName
{
border-color: #F37DD4;
}
.TagClassName
{
border-color: #F37DD4;
}
</style>