Shades of Pale Magenta #F072DD
Tints of Pale Magenta #F072DD
RGB
CMYK
RGB Variations
Color information
#F072DD (or 0xF072DD) is known color: Pale Magenta. HEX triplet: F0, 72 and DD. RGB value is (240,114,221). Sum of RGB (Red+Green+Blue) = 240+114+221=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F072DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072DD is #0F8D22. Grayscale: #A3A3A3. Windows color (decimal): -1019171 or 14512880. OLE color: 14512880.
HSL color Cylindrical-coordinate representation of color #F072DD: hue angle of 309.05º 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 #F072DD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 221 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 309.05º | 0.81% | 0.69% | - |
| HSV(B) | 309.05º | 0.53% | 0.94% | - |
| XYZ | 55 | 35.78 | 72.41 | - |
| YUV | 163.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 221 | 0 | 0.52 | 0.08 | 0.06 | 309.05 | 0.81 | 0.69 |
| Hex | F0 | 72 | DD | 0 | 34 | 8 | 6 | 135 | 51 | 45 |
| Octal | 360 | 162 | 335 | 0 | 64 | 10 | 6 | 465 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11011101 | 0 | 110100 | 1000 | 110 | 100110101 | 1010001 | 1000101 |
Color Harmonies of #F072DD
Complementary color
Monochromatic Colors of #F072DD
Black with #F072DD
Text Example
Text Example
White with #F072DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072DD; }
p { color: rgb(240,114,221); }
H1.HeaderClassName
{
color: #F072DD;
}
.AnyTagClassName
{
color: #F072DD;
}
</style>
background-color css
<style>
a { background-color: #F072DD; }
a { background-color: rgb(240,114,221); }
div.DivClassName
{
background-color: #F072DD;
}
.BgClassName
{
background-color: #F072DD;
}
</style>
border-color css
<style>
span { border-color: #F072DD; }
span { border-color: rgb(240,114,221); }
td.TdClassName
{
border-color: #F072DD;
}
.TagClassName
{
border-color: #F072DD;
}
</style>