Shades of Pale Magenta #F074D6
Tints of Pale Magenta #F074D6
RGB
CMYK
RGB Variations
Color information
#F074D6 (or 0xF074D6) is known color: Pale Magenta. HEX triplet: F0, 74 and D6. RGB value is (240,116,214). Sum of RGB (Red+Green+Blue) = 240+116+214=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F074D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074D6 is #0F8B29. Grayscale: #A3A3A3. Windows color (decimal): -1018666 or 14054640. OLE color: 14054640.
HSL color Cylindrical-coordinate representation of color #F074D6: hue angle of 312.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074D6 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 214 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.06 |
| HSL | 312.58º | 0.81% | 0.7% | - |
| HSV(B) | 312.58º | 0.52% | 0.94% | - |
| XYZ | 54.32 | 35.87 | 67.68 | - |
| YUV | 164.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 214 | 0 | 0.52 | 0.11 | 0.06 | 312.58 | 0.81 | 0.7 |
| Hex | F0 | 74 | D6 | 0 | 34 | B | 6 | 139 | 51 | 46 |
| Octal | 360 | 164 | 326 | 0 | 64 | 13 | 6 | 471 | 121 | 106 |
| Binary | 11110000 | 1110100 | 11010110 | 0 | 110100 | 1011 | 110 | 100111001 | 1010001 | 1000110 |
Color Harmonies of #F074D6
Complementary color
Monochromatic Colors of #F074D6
Black with #F074D6
Text Example
Text Example
White with #F074D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074D6; }
p { color: rgb(240,116,214); }
H1.HeaderClassName
{
color: #F074D6;
}
.AnyTagClassName
{
color: #F074D6;
}
</style>
background-color css
<style>
a { background-color: #F074D6; }
a { background-color: rgb(240,116,214); }
div.DivClassName
{
background-color: #F074D6;
}
.BgClassName
{
background-color: #F074D6;
}
</style>
border-color css
<style>
span { border-color: #F074D6; }
span { border-color: rgb(240,116,214); }
td.TdClassName
{
border-color: #F074D6;
}
.TagClassName
{
border-color: #F074D6;
}
</style>