Shades of Pale Magenta #F074D8
Tints of Pale Magenta #F074D8
RGB
CMYK
RGB Variations
Color information
#F074D8 (or 0xF074D8) is known color: Pale Magenta. HEX triplet: F0, 74 and D8. RGB value is (240,116,216). Sum of RGB (Red+Green+Blue) = 240+116+216=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F074D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074D8 is #0F8B27. Grayscale: #A4A4A4. Windows color (decimal): -1018664 or 14185712. OLE color: 14185712.
HSL color Cylindrical-coordinate representation of color #F074D8: hue angle of 311.61º 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 #F074D8 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 216 | - |
| CMYK | 0 | 0.52 | 0.1 | 0.06 |
| HSL | 311.61º | 0.81% | 0.7% | - |
| HSV(B) | 311.61º | 0.52% | 0.94% | - |
| XYZ | 54.58 | 35.97 | 69.03 | - |
| YUV | 164.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 216 | 0 | 0.52 | 0.1 | 0.06 | 311.61 | 0.81 | 0.7 |
| Hex | F0 | 74 | D8 | 0 | 34 | A | 6 | 138 | 51 | 46 |
| Octal | 360 | 164 | 330 | 0 | 64 | 12 | 6 | 470 | 121 | 106 |
| Binary | 11110000 | 1110100 | 11011000 | 0 | 110100 | 1010 | 110 | 100111000 | 1010001 | 1000110 |
Color Harmonies of #F074D8
Complementary color
Monochromatic Colors of #F074D8
Black with #F074D8
Text Example
Text Example
White with #F074D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074D8; }
p { color: rgb(240,116,216); }
H1.HeaderClassName
{
color: #F074D8;
}
.AnyTagClassName
{
color: #F074D8;
}
</style>
background-color css
<style>
a { background-color: #F074D8; }
a { background-color: rgb(240,116,216); }
div.DivClassName
{
background-color: #F074D8;
}
.BgClassName
{
background-color: #F074D8;
}
</style>
border-color css
<style>
span { border-color: #F074D8; }
span { border-color: rgb(240,116,216); }
td.TdClassName
{
border-color: #F074D8;
}
.TagClassName
{
border-color: #F074D8;
}
</style>