Shades of Pale Magenta #FF85EF
Tints of Pale Magenta #FF85EF
RGB
CMYK
RGB Variations
Color information
#FF85EF (or 0xFF85EF) is known color: Pale Magenta. HEX triplet: FF, 85 and EF. RGB value is (255,133,239). Sum of RGB (Red+Green+Blue) = 255+133+239=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85EF is #007A10. Grayscale: #B5B5B5. Windows color (decimal): -31249 or 15697407. OLE color: 15697407.
HSL color Cylindrical-coordinate representation of color #FF85EF: hue angle of 307.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85EF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 239 | - |
| CMYK | 0 | 0.48 | 0.06 | 0 |
| HSL | 307.87º | 1% | 0.76% | - |
| HSV(B) | 307.87º | 0.48% | 1% | - |
| XYZ | 65.21 | 44.27 | 86.77 | - |
| YUV | 181.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 239 | 0 | 0.48 | 0.06 | 0 | 307.87 | 1 | 0.76 |
| Hex | FF | 85 | EF | 0 | 30 | 6 | 0 | 134 | 64 | 4C |
| Octal | 377 | 205 | 357 | 0 | 60 | 6 | 0 | 464 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11101111 | 0 | 110000 | 110 | 0 | 100110100 | 1100100 | 1001100 |
Color Harmonies of #FF85EF
Complementary color
Monochromatic Colors of #FF85EF
Black with #FF85EF
Text Example
Text Example
White with #FF85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85EF; }
p { color: rgb(255,133,239); }
H1.HeaderClassName
{
color: #FF85EF;
}
.AnyTagClassName
{
color: #FF85EF;
}
</style>
background-color css
<style>
a { background-color: #FF85EF; }
a { background-color: rgb(255,133,239); }
div.DivClassName
{
background-color: #FF85EF;
}
.BgClassName
{
background-color: #FF85EF;
}
</style>
border-color css
<style>
span { border-color: #FF85EF; }
span { border-color: rgb(255,133,239); }
td.TdClassName
{
border-color: #FF85EF;
}
.TagClassName
{
border-color: #FF85EF;
}
</style>