Shades of Pale Magenta #F37DE2
Tints of Pale Magenta #F37DE2
RGB
CMYK
RGB Variations
Color information
#F37DE2 (or 0xF37DE2) is known color: Pale Magenta. HEX triplet: F3, 7D and E2. RGB value is (243,125,226). Sum of RGB (Red+Green+Blue) = 243+125+226=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DE2 is #0C821D. Grayscale: #ABABAB. Windows color (decimal): -819742 or 14843379. OLE color: 14843379.
HSL color Cylindrical-coordinate representation of color #F37DE2: hue angle of 308.64º 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 #F37DE2 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 226 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.05 |
| HSL | 308.64º | 0.83% | 0.72% | - |
| HSV(B) | 308.64º | 0.49% | 0.95% | - |
| XYZ | 58.02 | 39.21 | 76.46 | - |
| YUV | 171.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 226 | 0 | 0.49 | 0.07 | 0.05 | 308.64 | 0.83 | 0.72 |
| Hex | F3 | 7D | E2 | 0 | 31 | 7 | 5 | 135 | 53 | 48 |
| Octal | 363 | 175 | 342 | 0 | 61 | 7 | 5 | 465 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11100010 | 0 | 110001 | 111 | 101 | 100110101 | 1010011 | 1001000 |
Color Harmonies of #F37DE2
Complementary color
Monochromatic Colors of #F37DE2
Black with #F37DE2
Text Example
Text Example
White with #F37DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DE2; }
p { color: rgb(243,125,226); }
H1.HeaderClassName
{
color: #F37DE2;
}
.AnyTagClassName
{
color: #F37DE2;
}
</style>
background-color css
<style>
a { background-color: #F37DE2; }
a { background-color: rgb(243,125,226); }
div.DivClassName
{
background-color: #F37DE2;
}
.BgClassName
{
background-color: #F37DE2;
}
</style>
border-color css
<style>
span { border-color: #F37DE2; }
span { border-color: rgb(243,125,226); }
td.TdClassName
{
border-color: #F37DE2;
}
.TagClassName
{
border-color: #F37DE2;
}
</style>