Shades of Pale Magenta #F37EE5
Tints of Pale Magenta #F37EE5
RGB
CMYK
RGB Variations
Color information
#F37EE5 (or 0xF37EE5) is known color: Pale Magenta. HEX triplet: F3, 7E and E5. RGB value is (243,126,229). Sum of RGB (Red+Green+Blue) = 243+126+229=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F37EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37EE5 is #0C811A. Grayscale: #ACACAC. Windows color (decimal): -819483 or 15040243. OLE color: 15040243.
HSL color Cylindrical-coordinate representation of color #F37EE5: hue angle of 307.18º 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 #F37EE5 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 229 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.05 |
| HSL | 307.18º | 0.83% | 0.72% | - |
| HSV(B) | 307.18º | 0.48% | 0.95% | - |
| XYZ | 58.57 | 39.63 | 78.69 | - |
| YUV | 172.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 229 | 0 | 0.48 | 0.06 | 0.05 | 307.18 | 0.83 | 0.72 |
| Hex | F3 | 7E | E5 | 0 | 30 | 6 | 5 | 133 | 53 | 48 |
| Octal | 363 | 176 | 345 | 0 | 60 | 6 | 5 | 463 | 123 | 110 |
| Binary | 11110011 | 1111110 | 11100101 | 0 | 110000 | 110 | 101 | 100110011 | 1010011 | 1001000 |
Color Harmonies of #F37EE5
Complementary color
Monochromatic Colors of #F37EE5
Black with #F37EE5
Text Example
Text Example
White with #F37EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37EE5; }
p { color: rgb(243,126,229); }
H1.HeaderClassName
{
color: #F37EE5;
}
.AnyTagClassName
{
color: #F37EE5;
}
</style>
background-color css
<style>
a { background-color: #F37EE5; }
a { background-color: rgb(243,126,229); }
div.DivClassName
{
background-color: #F37EE5;
}
.BgClassName
{
background-color: #F37EE5;
}
</style>
border-color css
<style>
span { border-color: #F37EE5; }
span { border-color: rgb(243,126,229); }
td.TdClassName
{
border-color: #F37EE5;
}
.TagClassName
{
border-color: #F37EE5;
}
</style>