Shades of Pale Magenta #F37ED2
Tints of Pale Magenta #F37ED2
RGB
CMYK
RGB Variations
Color information
#F37ED2 (or 0xF37ED2) is known color: Pale Magenta. HEX triplet: F3, 7E and D2. RGB value is (243,126,210). Sum of RGB (Red+Green+Blue) = 243+126+210=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ED2 is #0C812D. Grayscale: #AAAAAA. Windows color (decimal): -819502 or 13795059. OLE color: 13795059.
HSL color Cylindrical-coordinate representation of color #F37ED2: hue angle of 316.92º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37ED2 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 210 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.05 |
| HSL | 316.92º | 0.83% | 0.72% | - |
| HSV(B) | 316.92º | 0.48% | 0.95% | - |
| XYZ | 56.06 | 38.63 | 65.47 | - |
| YUV | 170.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 210 | 0 | 0.48 | 0.14 | 0.05 | 316.92 | 0.83 | 0.72 |
| Hex | F3 | 7E | D2 | 0 | 30 | E | 5 | 13D | 53 | 48 |
| Octal | 363 | 176 | 322 | 0 | 60 | 16 | 5 | 475 | 123 | 110 |
| Binary | 11110011 | 1111110 | 11010010 | 0 | 110000 | 1110 | 101 | 100111101 | 1010011 | 1001000 |
Color Harmonies of #F37ED2
Complementary color
Monochromatic Colors of #F37ED2
Black with #F37ED2
Text Example
Text Example
White with #F37ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37ED2; }
p { color: rgb(243,126,210); }
H1.HeaderClassName
{
color: #F37ED2;
}
.AnyTagClassName
{
color: #F37ED2;
}
</style>
background-color css
<style>
a { background-color: #F37ED2; }
a { background-color: rgb(243,126,210); }
div.DivClassName
{
background-color: #F37ED2;
}
.BgClassName
{
background-color: #F37ED2;
}
</style>
border-color css
<style>
span { border-color: #F37ED2; }
span { border-color: rgb(243,126,210); }
td.TdClassName
{
border-color: #F37ED2;
}
.TagClassName
{
border-color: #F37ED2;
}
</style>