Shades of Fuchsia Pink #FF85FE
Tints of Fuchsia Pink #FF85FE
RGB
CMYK
RGB Variations
Color information
#FF85FE (or 0xFF85FE) is known color: Fuchsia Pink. HEX triplet: FF, 85 and FE. RGB value is (255,133,254). Sum of RGB (Red+Green+Blue) = 255+133+254=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 133 (52.34% from 255 or 20.72% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85FE is #007A01. Grayscale: #B6B6B6. Windows color (decimal): -31234 or 16680447. OLE color: 16680447.
HSL color Cylindrical-coordinate representation of color #FF85FE: hue angle of 300.49º 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 #FF85FE is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 254 | - |
| CMYK | 0 | 0.48 | 0.00 | 0 |
| HSL | 300.49º | 1% | 0.76% | - |
| HSV(B) | 300.49º | 0.48% | 1% | - |
| XYZ | 67.52 | 45.19 | 98.93 | - |
| YUV | 183.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 254 | 0 | 0.48 | 0.00 | 0 | 300.49 | 1 | 0.76 |
| Hex | FF | 85 | FE | 0 | 30 | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 205 | 376 | 0 | 60 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11111110 | 0 | 110000 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF85FE
Complementary color
Monochromatic Colors of #FF85FE
Black with #FF85FE
Text Example
Text Example
White with #FF85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85FE; }
p { color: rgb(255,133,254); }
H1.HeaderClassName
{
color: #FF85FE;
}
.AnyTagClassName
{
color: #FF85FE;
}
</style>
background-color css
<style>
a { background-color: #FF85FE; }
a { background-color: rgb(255,133,254); }
div.DivClassName
{
background-color: #FF85FE;
}
.BgClassName
{
background-color: #FF85FE;
}
</style>
border-color css
<style>
span { border-color: #FF85FE; }
span { border-color: rgb(255,133,254); }
td.TdClassName
{
border-color: #FF85FE;
}
.TagClassName
{
border-color: #FF85FE;
}
</style>