Shades of Pale Magenta #F372E0
Tints of Pale Magenta #F372E0
RGB
CMYK
RGB Variations
Color information
#F372E0 (or 0xF372E0) is known color: Pale Magenta. HEX triplet: F3, 72 and E0. RGB value is (243,114,224). Sum of RGB (Red+Green+Blue) = 243+114+224=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F372E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372E0 is #0C8D1F. Grayscale: #A4A4A4. Windows color (decimal): -822560 or 14709491. OLE color: 14709491.
HSL color Cylindrical-coordinate representation of color #F372E0: hue angle of 308.84º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F372E0 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 224 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.05 |
| HSL | 308.84º | 0.84% | 0.7% | - |
| HSV(B) | 308.84º | 0.53% | 0.95% | - |
| XYZ | 56.43 | 36.47 | 74.59 | - |
| YUV | 165.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 224 | 0 | 0.53 | 0.08 | 0.05 | 308.84 | 0.84 | 0.7 |
| Hex | F3 | 72 | E0 | 0 | 35 | 8 | 5 | 135 | 54 | 46 |
| Octal | 363 | 162 | 340 | 0 | 65 | 10 | 5 | 465 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11100000 | 0 | 110101 | 1000 | 101 | 100110101 | 1010100 | 1000110 |
Color Harmonies of #F372E0
Complementary color
Monochromatic Colors of #F372E0
Black with #F372E0
Text Example
Text Example
White with #F372E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372E0; }
p { color: rgb(243,114,224); }
H1.HeaderClassName
{
color: #F372E0;
}
.AnyTagClassName
{
color: #F372E0;
}
</style>
background-color css
<style>
a { background-color: #F372E0; }
a { background-color: rgb(243,114,224); }
div.DivClassName
{
background-color: #F372E0;
}
.BgClassName
{
background-color: #F372E0;
}
</style>
border-color css
<style>
span { border-color: #F372E0; }
span { border-color: rgb(243,114,224); }
td.TdClassName
{
border-color: #F372E0;
}
.TagClassName
{
border-color: #F372E0;
}
</style>