Shades of Pale Magenta #F074DA
Tints of Pale Magenta #F074DA
RGB
CMYK
RGB Variations
Color information
#F074DA (or 0xF074DA) is known color: Pale Magenta. HEX triplet: F0, 74 and DA. RGB value is (240,116,218). Sum of RGB (Red+Green+Blue) = 240+116+218=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F074DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074DA is #0F8B25. Grayscale: #A4A4A4. Windows color (decimal): -1018662 or 14316784. OLE color: 14316784.
HSL color Cylindrical-coordinate representation of color #F074DA: hue angle of 310.65º 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 #F074DA is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 218 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.06 |
| HSL | 310.65º | 0.81% | 0.7% | - |
| HSV(B) | 310.65º | 0.52% | 0.94% | - |
| XYZ | 54.84 | 36.08 | 70.4 | - |
| YUV | 164.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 218 | 0 | 0.52 | 0.09 | 0.06 | 310.65 | 0.81 | 0.7 |
| Hex | F0 | 74 | DA | 0 | 34 | 9 | 6 | 137 | 51 | 46 |
| Octal | 360 | 164 | 332 | 0 | 64 | 11 | 6 | 467 | 121 | 106 |
| Binary | 11110000 | 1110100 | 11011010 | 0 | 110100 | 1001 | 110 | 100110111 | 1010001 | 1000110 |
Color Harmonies of #F074DA
Complementary color
Monochromatic Colors of #F074DA
Black with #F074DA
Text Example
Text Example
White with #F074DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074DA; }
p { color: rgb(240,116,218); }
H1.HeaderClassName
{
color: #F074DA;
}
.AnyTagClassName
{
color: #F074DA;
}
</style>
background-color css
<style>
a { background-color: #F074DA; }
a { background-color: rgb(240,116,218); }
div.DivClassName
{
background-color: #F074DA;
}
.BgClassName
{
background-color: #F074DA;
}
</style>
border-color css
<style>
span { border-color: #F074DA; }
span { border-color: rgb(240,116,218); }
td.TdClassName
{
border-color: #F074DA;
}
.TagClassName
{
border-color: #F074DA;
}
</style>