Shades of Pale Magenta #F37FE0
Tints of Pale Magenta #F37FE0
RGB
CMYK
RGB Variations
Color information
#F37FE0 (or 0xF37FE0) is known color: Pale Magenta. HEX triplet: F3, 7F and E0. RGB value is (243,127,224). Sum of RGB (Red+Green+Blue) = 243+127+224=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FE0 is #0C801F. Grayscale: #ACACAC. Windows color (decimal): -819232 or 14712819. OLE color: 14712819.
HSL color Cylindrical-coordinate representation of color #F37FE0: hue angle of 309.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37FE0 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 224 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.05 |
| HSL | 309.83º | 0.83% | 0.73% | - |
| HSV(B) | 309.83º | 0.48% | 0.95% | - |
| XYZ | 58.01 | 39.62 | 75.11 | - |
| YUV | 172.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 224 | 0 | 0.48 | 0.08 | 0.05 | 309.83 | 0.83 | 0.73 |
| Hex | F3 | 7F | E0 | 0 | 30 | 8 | 5 | 136 | 53 | 49 |
| Octal | 363 | 177 | 340 | 0 | 60 | 10 | 5 | 466 | 123 | 111 |
| Binary | 11110011 | 1111111 | 11100000 | 0 | 110000 | 1000 | 101 | 100110110 | 1010011 | 1001001 |
Color Harmonies of #F37FE0
Complementary color
Monochromatic Colors of #F37FE0
Black with #F37FE0
Text Example
Text Example
White with #F37FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37FE0; }
p { color: rgb(243,127,224); }
H1.HeaderClassName
{
color: #F37FE0;
}
.AnyTagClassName
{
color: #F37FE0;
}
</style>
background-color css
<style>
a { background-color: #F37FE0; }
a { background-color: rgb(243,127,224); }
div.DivClassName
{
background-color: #F37FE0;
}
.BgClassName
{
background-color: #F37FE0;
}
</style>
border-color css
<style>
span { border-color: #F37FE0; }
span { border-color: rgb(243,127,224); }
td.TdClassName
{
border-color: #F37FE0;
}
.TagClassName
{
border-color: #F37FE0;
}
</style>