Shades of Pale Magenta #F084D2
Tints of Pale Magenta #F084D2
RGB
CMYK
RGB Variations
Color information
#F084D2 (or 0xF084D2) is known color: Pale Magenta. HEX triplet: F0, 84 and D2. RGB value is (240,132,210). Sum of RGB (Red+Green+Blue) = 240+132+210=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F084D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084D2 is #0F7B2D. Grayscale: #ACACAC. Windows color (decimal): -1014574 or 13796592. OLE color: 13796592.
HSL color Cylindrical-coordinate representation of color #F084D2: hue angle of 316.67º 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 #F084D2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 210 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.06 |
| HSL | 316.67º | 0.78% | 0.73% | - |
| HSV(B) | 316.67º | 0.45% | 0.94% | - |
| XYZ | 55.82 | 39.68 | 65.69 | - |
| YUV | 173.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 210 | 0 | 0.45 | 0.12 | 0.06 | 316.67 | 0.78 | 0.73 |
| Hex | F0 | 84 | D2 | 0 | 2D | C | 6 | 13D | 4E | 49 |
| Octal | 360 | 204 | 322 | 0 | 55 | 14 | 6 | 475 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11010010 | 0 | 101101 | 1100 | 110 | 100111101 | 1001110 | 1001001 |
Color Harmonies of #F084D2
Complementary color
Monochromatic Colors of #F084D2
Black with #F084D2
Text Example
Text Example
White with #F084D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084D2; }
p { color: rgb(240,132,210); }
H1.HeaderClassName
{
color: #F084D2;
}
.AnyTagClassName
{
color: #F084D2;
}
</style>
background-color css
<style>
a { background-color: #F084D2; }
a { background-color: rgb(240,132,210); }
div.DivClassName
{
background-color: #F084D2;
}
.BgClassName
{
background-color: #F084D2;
}
</style>
border-color css
<style>
span { border-color: #F084D2; }
span { border-color: rgb(240,132,210); }
td.TdClassName
{
border-color: #F084D2;
}
.TagClassName
{
border-color: #F084D2;
}
</style>