Shades of Pale Magenta #F372DC
Tints of Pale Magenta #F372DC
RGB
CMYK
RGB Variations
Color information
#F372DC (or 0xF372DC) is known color: Pale Magenta. HEX triplet: F3, 72 and DC. RGB value is (243,114,220). Sum of RGB (Red+Green+Blue) = 243+114+220=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F372DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372DC is #0C8D23. Grayscale: #A4A4A4. Windows color (decimal): -822564 or 14447347. OLE color: 14447347.
HSL color Cylindrical-coordinate representation of color #F372DC: hue angle of 310.7º 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 #F372DC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 220 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 310.7º | 0.84% | 0.7% | - |
| HSV(B) | 310.7º | 0.53% | 0.95% | - |
| XYZ | 55.9 | 36.26 | 71.76 | - |
| YUV | 164.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 220 | 0 | 0.53 | 0.09 | 0.05 | 310.7 | 0.84 | 0.7 |
| Hex | F3 | 72 | DC | 0 | 35 | 9 | 5 | 137 | 54 | 46 |
| Octal | 363 | 162 | 334 | 0 | 65 | 11 | 5 | 467 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11011100 | 0 | 110101 | 1001 | 101 | 100110111 | 1010100 | 1000110 |
Color Harmonies of #F372DC
Complementary color
Monochromatic Colors of #F372DC
Black with #F372DC
Text Example
Text Example
White with #F372DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372DC; }
p { color: rgb(243,114,220); }
H1.HeaderClassName
{
color: #F372DC;
}
.AnyTagClassName
{
color: #F372DC;
}
</style>
background-color css
<style>
a { background-color: #F372DC; }
a { background-color: rgb(243,114,220); }
div.DivClassName
{
background-color: #F372DC;
}
.BgClassName
{
background-color: #F372DC;
}
</style>
border-color css
<style>
span { border-color: #F372DC; }
span { border-color: rgb(243,114,220); }
td.TdClassName
{
border-color: #F372DC;
}
.TagClassName
{
border-color: #F372DC;
}
</style>