Shades of Fuchsia Pink #FF85FF
Tints of Fuchsia Pink #FF85FF
RGB
CMYK
RGB Variations
Color information
#FF85FF (or 0xFF85FF) is known color: Fuchsia Pink. HEX triplet: FF, 85 and FF. RGB value is (255,133,255). Sum of RGB (Red+Green+Blue) = 255+133+255=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 133 (52.34% from 255 or 20.68% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85FF is #007A00. Grayscale: #B7B7B7. Windows color (decimal): -31233 or 16745983. OLE color: 16745983.
HSL color Cylindrical-coordinate representation of color #FF85FF: hue angle of 300º 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 #FF85FF is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 255 | - |
| CMYK | 0 | 0.48 | 0 | 0 |
| HSL | 300º | 1% | 0.76% | - |
| HSV(B) | 300º | 0.48% | 1% | - |
| XYZ | 67.68 | 45.26 | 99.78 | - |
| YUV | 183.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 255 | 0 | 0.48 | 0 | 0 | 300 | 1 | 0.76 |
| Hex | FF | 85 | FF | 0 | 30 | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 205 | 377 | 0 | 60 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11111111 | 0 | 110000 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF85FF
Complementary color
Monochromatic Colors of #FF85FF
Black with #FF85FF
Text Example
Text Example
White with #FF85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85FF; }
p { color: rgb(255,133,255); }
H1.HeaderClassName
{
color: #FF85FF;
}
.AnyTagClassName
{
color: #FF85FF;
}
</style>
background-color css
<style>
a { background-color: #FF85FF; }
a { background-color: rgb(255,133,255); }
div.DivClassName
{
background-color: #FF85FF;
}
.BgClassName
{
background-color: #FF85FF;
}
</style>
border-color css
<style>
span { border-color: #FF85FF; }
span { border-color: rgb(255,133,255); }
td.TdClassName
{
border-color: #FF85FF;
}
.TagClassName
{
border-color: #FF85FF;
}
</style>