Shades of Pale Magenta #F074DB
Tints of Pale Magenta #F074DB
RGB
CMYK
RGB Variations
Color information
#F074DB (or 0xF074DB) is known color: Pale Magenta. HEX triplet: F0, 74 and DB. RGB value is (240,116,219). Sum of RGB (Red+Green+Blue) = 240+116+219=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F074DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074DB is #0F8B24. Grayscale: #A4A4A4. Windows color (decimal): -1018661 or 14382320. OLE color: 14382320.
HSL color Cylindrical-coordinate representation of color #F074DB: hue angle of 310.16º 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 #F074DB is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 219 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.06 |
| HSL | 310.16º | 0.81% | 0.7% | - |
| HSV(B) | 310.16º | 0.52% | 0.94% | - |
| XYZ | 54.97 | 36.13 | 71.09 | - |
| YUV | 164.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 219 | 0 | 0.52 | 0.09 | 0.06 | 310.16 | 0.81 | 0.7 |
| Hex | F0 | 74 | DB | 0 | 34 | 9 | 6 | 136 | 51 | 46 |
| Octal | 360 | 164 | 333 | 0 | 64 | 11 | 6 | 466 | 121 | 106 |
| Binary | 11110000 | 1110100 | 11011011 | 0 | 110100 | 1001 | 110 | 100110110 | 1010001 | 1000110 |
Color Harmonies of #F074DB
Complementary color
Monochromatic Colors of #F074DB
Black with #F074DB
Text Example
Text Example
White with #F074DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074DB; }
p { color: rgb(240,116,219); }
H1.HeaderClassName
{
color: #F074DB;
}
.AnyTagClassName
{
color: #F074DB;
}
</style>
background-color css
<style>
a { background-color: #F074DB; }
a { background-color: rgb(240,116,219); }
div.DivClassName
{
background-color: #F074DB;
}
.BgClassName
{
background-color: #F074DB;
}
</style>
border-color css
<style>
span { border-color: #F074DB; }
span { border-color: rgb(240,116,219); }
td.TdClassName
{
border-color: #F074DB;
}
.TagClassName
{
border-color: #F074DB;
}
</style>