Shades of Pale Magenta #F086D4
Tints of Pale Magenta #F086D4
RGB
CMYK
RGB Variations
Color information
#F086D4 (or 0xF086D4) is known color: Pale Magenta. HEX triplet: F0, 86 and D4. RGB value is (240,134,212). Sum of RGB (Red+Green+Blue) = 240+134+212=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F086D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086D4 is #0F792B. Grayscale: #AEAEAE. Windows color (decimal): -1014060 or 13928176. OLE color: 13928176.
HSL color Cylindrical-coordinate representation of color #F086D4: hue angle of 315.85º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086D4 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 212 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.06 |
| HSL | 315.85º | 0.78% | 0.73% | - |
| HSV(B) | 315.85º | 0.44% | 0.94% | - |
| XYZ | 56.34 | 40.33 | 67.1 | - |
| YUV | 174.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 212 | 0 | 0.44 | 0.12 | 0.06 | 315.85 | 0.78 | 0.73 |
| Hex | F0 | 86 | D4 | 0 | 2C | C | 6 | 13C | 4E | 49 |
| Octal | 360 | 206 | 324 | 0 | 54 | 14 | 6 | 474 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11010100 | 0 | 101100 | 1100 | 110 | 100111100 | 1001110 | 1001001 |
Color Harmonies of #F086D4
Complementary color
Monochromatic Colors of #F086D4
Black with #F086D4
Text Example
Text Example
White with #F086D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086D4; }
p { color: rgb(240,134,212); }
H1.HeaderClassName
{
color: #F086D4;
}
.AnyTagClassName
{
color: #F086D4;
}
</style>
background-color css
<style>
a { background-color: #F086D4; }
a { background-color: rgb(240,134,212); }
div.DivClassName
{
background-color: #F086D4;
}
.BgClassName
{
background-color: #F086D4;
}
</style>
border-color css
<style>
span { border-color: #F086D4; }
span { border-color: rgb(240,134,212); }
td.TdClassName
{
border-color: #F086D4;
}
.TagClassName
{
border-color: #F086D4;
}
</style>