Shades of Pale Magenta #F072DC
Tints of Pale Magenta #F072DC
RGB
CMYK
RGB Variations
Color information
#F072DC (or 0xF072DC) is known color: Pale Magenta. HEX triplet: F0, 72 and DC. RGB value is (240,114,220). Sum of RGB (Red+Green+Blue) = 240+114+220=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F072DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072DC is #0F8D23. Grayscale: #A3A3A3. Windows color (decimal): -1019172 or 14447344. OLE color: 14447344.
HSL color Cylindrical-coordinate representation of color #F072DC: hue angle of 309.52º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072DC is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 220 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 309.52º | 0.81% | 0.69% | - |
| HSV(B) | 309.52º | 0.53% | 0.94% | - |
| XYZ | 54.87 | 35.73 | 71.71 | - |
| YUV | 163.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 220 | 0 | 0.52 | 0.08 | 0.06 | 309.52 | 0.81 | 0.69 |
| Hex | F0 | 72 | DC | 0 | 34 | 8 | 6 | 136 | 51 | 45 |
| Octal | 360 | 162 | 334 | 0 | 64 | 10 | 6 | 466 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11011100 | 0 | 110100 | 1000 | 110 | 100110110 | 1010001 | 1000101 |
Color Harmonies of #F072DC
Complementary color
Monochromatic Colors of #F072DC
Black with #F072DC
Text Example
Text Example
White with #F072DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072DC; }
p { color: rgb(240,114,220); }
H1.HeaderClassName
{
color: #F072DC;
}
.AnyTagClassName
{
color: #F072DC;
}
</style>
background-color css
<style>
a { background-color: #F072DC; }
a { background-color: rgb(240,114,220); }
div.DivClassName
{
background-color: #F072DC;
}
.BgClassName
{
background-color: #F072DC;
}
</style>
border-color css
<style>
span { border-color: #F072DC; }
span { border-color: rgb(240,114,220); }
td.TdClassName
{
border-color: #F072DC;
}
.TagClassName
{
border-color: #F072DC;
}
</style>