Shades of Pale Magenta #F372DF
Tints of Pale Magenta #F372DF
RGB
CMYK
RGB Variations
Color information
#F372DF (or 0xF372DF) is known color: Pale Magenta. HEX triplet: F3, 72 and DF. RGB value is (243,114,223). Sum of RGB (Red+Green+Blue) = 243+114+223=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F372DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372DF is #0C8D20. Grayscale: #A4A4A4. Windows color (decimal): -822561 or 14643955. OLE color: 14643955.
HSL color Cylindrical-coordinate representation of color #F372DF: hue angle of 309.3º 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 #F372DF is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 223 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.05 |
| HSL | 309.3º | 0.84% | 0.7% | - |
| HSV(B) | 309.3º | 0.53% | 0.95% | - |
| XYZ | 56.3 | 36.42 | 73.87 | - |
| YUV | 165 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 223 | 0 | 0.53 | 0.08 | 0.05 | 309.3 | 0.84 | 0.7 |
| Hex | F3 | 72 | DF | 0 | 35 | 8 | 5 | 135 | 54 | 46 |
| Octal | 363 | 162 | 337 | 0 | 65 | 10 | 5 | 465 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11011111 | 0 | 110101 | 1000 | 101 | 100110101 | 1010100 | 1000110 |
Color Harmonies of #F372DF
Complementary color
Monochromatic Colors of #F372DF
Black with #F372DF
Text Example
Text Example
White with #F372DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372DF; }
p { color: rgb(243,114,223); }
H1.HeaderClassName
{
color: #F372DF;
}
.AnyTagClassName
{
color: #F372DF;
}
</style>
background-color css
<style>
a { background-color: #F372DF; }
a { background-color: rgb(243,114,223); }
div.DivClassName
{
background-color: #F372DF;
}
.BgClassName
{
background-color: #F372DF;
}
</style>
border-color css
<style>
span { border-color: #F372DF; }
span { border-color: rgb(243,114,223); }
td.TdClassName
{
border-color: #F372DF;
}
.TagClassName
{
border-color: #F372DF;
}
</style>