Shades of Pale Magenta #F084D3
Tints of Pale Magenta #F084D3
RGB
CMYK
RGB Variations
Color information
#F084D3 (or 0xF084D3) is known color: Pale Magenta. HEX triplet: F0, 84 and D3. RGB value is (240,132,211). Sum of RGB (Red+Green+Blue) = 240+132+211=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F084D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084D3 is #0F7B2C. Grayscale: #ADADAD. Windows color (decimal): -1014573 or 13862128. OLE color: 13862128.
HSL color Cylindrical-coordinate representation of color #F084D3: hue angle of 316.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084D3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 211 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.06 |
| HSL | 316.11º | 0.78% | 0.73% | - |
| HSV(B) | 316.11º | 0.45% | 0.94% | - |
| XYZ | 55.94 | 39.73 | 66.35 | - |
| YUV | 173.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 211 | 0 | 0.45 | 0.12 | 0.06 | 316.11 | 0.78 | 0.73 |
| Hex | F0 | 84 | D3 | 0 | 2D | C | 6 | 13C | 4E | 49 |
| Octal | 360 | 204 | 323 | 0 | 55 | 14 | 6 | 474 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11010011 | 0 | 101101 | 1100 | 110 | 100111100 | 1001110 | 1001001 |
Color Harmonies of #F084D3
Complementary color
Monochromatic Colors of #F084D3
Black with #F084D3
Text Example
Text Example
White with #F084D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084D3; }
p { color: rgb(240,132,211); }
H1.HeaderClassName
{
color: #F084D3;
}
.AnyTagClassName
{
color: #F084D3;
}
</style>
background-color css
<style>
a { background-color: #F084D3; }
a { background-color: rgb(240,132,211); }
div.DivClassName
{
background-color: #F084D3;
}
.BgClassName
{
background-color: #F084D3;
}
</style>
border-color css
<style>
span { border-color: #F084D3; }
span { border-color: rgb(240,132,211); }
td.TdClassName
{
border-color: #F084D3;
}
.TagClassName
{
border-color: #F084D3;
}
</style>