Shades of Pale Magenta #FF86D6
Tints of Pale Magenta #FF86D6
RGB
CMYK
RGB Variations
Color information
#FF86D6 (or 0xFF86D6) is known color: Pale Magenta. HEX triplet: FF, 86 and D6. RGB value is (255,134,214). Sum of RGB (Red+Green+Blue) = 255+134+214=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86D6 is #007929. Grayscale: #B3B3B3. Windows color (decimal): -31018 or 14059263. OLE color: 14059263.
HSL color Cylindrical-coordinate representation of color #FF86D6: hue angle of 320.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86D6 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 214 | - |
| CMYK | 0 | 0.47 | 0.16 | 0 |
| HSL | 320.33º | 1% | 0.76% | - |
| HSV(B) | 320.33º | 0.47% | 1% | - |
| XYZ | 61.9 | 43.17 | 68.69 | - |
| YUV | 179.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 214 | 0 | 0.47 | 0.16 | 0 | 320.33 | 1 | 0.76 |
| Hex | FF | 86 | D6 | 0 | 2F | 10 | 0 | 140 | 64 | 4C |
| Octal | 377 | 206 | 326 | 0 | 57 | 20 | 0 | 500 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11010110 | 0 | 101111 | 10000 | 0 | 101000000 | 1100100 | 1001100 |
Color Harmonies of #FF86D6
Complementary color
Monochromatic Colors of #FF86D6
Black with #FF86D6
Text Example
Text Example
White with #FF86D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86D6; }
p { color: rgb(255,134,214); }
H1.HeaderClassName
{
color: #FF86D6;
}
.AnyTagClassName
{
color: #FF86D6;
}
</style>
background-color css
<style>
a { background-color: #FF86D6; }
a { background-color: rgb(255,134,214); }
div.DivClassName
{
background-color: #FF86D6;
}
.BgClassName
{
background-color: #FF86D6;
}
</style>
border-color css
<style>
span { border-color: #FF86D6; }
span { border-color: rgb(255,134,214); }
td.TdClassName
{
border-color: #FF86D6;
}
.TagClassName
{
border-color: #FF86D6;
}
</style>