Shades of Pale Magenta #F37DD2
Tints of Pale Magenta #F37DD2
RGB
CMYK
RGB Variations
Color information
#F37DD2 (or 0xF37DD2) is known color: Pale Magenta. HEX triplet: F3, 7D and D2. RGB value is (243,125,210). Sum of RGB (Red+Green+Blue) = 243+125+210=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DD2 is #0C822D. Grayscale: #A9A9A9. Windows color (decimal): -819758 or 13794803. OLE color: 13794803.
HSL color Cylindrical-coordinate representation of color #F37DD2: hue angle of 316.78º 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 #F37DD2 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 210 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.05 |
| HSL | 316.78º | 0.83% | 0.72% | - |
| HSV(B) | 316.78º | 0.49% | 0.95% | - |
| XYZ | 55.93 | 38.38 | 65.43 | - |
| YUV | 169.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 210 | 0 | 0.49 | 0.14 | 0.05 | 316.78 | 0.83 | 0.72 |
| Hex | F3 | 7D | D2 | 0 | 31 | E | 5 | 13D | 53 | 48 |
| Octal | 363 | 175 | 322 | 0 | 61 | 16 | 5 | 475 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11010010 | 0 | 110001 | 1110 | 101 | 100111101 | 1010011 | 1001000 |
Color Harmonies of #F37DD2
Complementary color
Monochromatic Colors of #F37DD2
Black with #F37DD2
Text Example
Text Example
White with #F37DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DD2; }
p { color: rgb(243,125,210); }
H1.HeaderClassName
{
color: #F37DD2;
}
.AnyTagClassName
{
color: #F37DD2;
}
</style>
background-color css
<style>
a { background-color: #F37DD2; }
a { background-color: rgb(243,125,210); }
div.DivClassName
{
background-color: #F37DD2;
}
.BgClassName
{
background-color: #F37DD2;
}
</style>
border-color css
<style>
span { border-color: #F37DD2; }
span { border-color: rgb(243,125,210); }
td.TdClassName
{
border-color: #F37DD2;
}
.TagClassName
{
border-color: #F37DD2;
}
</style>