Shades of Pale Magenta #F372DD
Tints of Pale Magenta #F372DD
RGB
CMYK
RGB Variations
Color information
#F372DD (or 0xF372DD) is known color: Pale Magenta. HEX triplet: F3, 72 and DD. RGB value is (243,114,221). Sum of RGB (Red+Green+Blue) = 243+114+221=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F372DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372DD is #0C8D22. Grayscale: #A4A4A4. Windows color (decimal): -822563 or 14512883. OLE color: 14512883.
HSL color Cylindrical-coordinate representation of color #F372DD: hue angle of 310.23º 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 #F372DD is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 221 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 310.23º | 0.84% | 0.7% | - |
| HSV(B) | 310.23º | 0.53% | 0.95% | - |
| XYZ | 56.03 | 36.31 | 72.46 | - |
| YUV | 164.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 221 | 0 | 0.53 | 0.09 | 0.05 | 310.23 | 0.84 | 0.7 |
| Hex | F3 | 72 | DD | 0 | 35 | 9 | 5 | 136 | 54 | 46 |
| Octal | 363 | 162 | 335 | 0 | 65 | 11 | 5 | 466 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11011101 | 0 | 110101 | 1001 | 101 | 100110110 | 1010100 | 1000110 |
Color Harmonies of #F372DD
Complementary color
Monochromatic Colors of #F372DD
Black with #F372DD
Text Example
Text Example
White with #F372DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372DD; }
p { color: rgb(243,114,221); }
H1.HeaderClassName
{
color: #F372DD;
}
.AnyTagClassName
{
color: #F372DD;
}
</style>
background-color css
<style>
a { background-color: #F372DD; }
a { background-color: rgb(243,114,221); }
div.DivClassName
{
background-color: #F372DD;
}
.BgClassName
{
background-color: #F372DD;
}
</style>
border-color css
<style>
span { border-color: #F372DD; }
span { border-color: rgb(243,114,221); }
td.TdClassName
{
border-color: #F372DD;
}
.TagClassName
{
border-color: #F372DD;
}
</style>