Shades of Fuchsia Pink #FE85FE
Tints of Fuchsia Pink #FE85FE
RGB
CMYK
RGB Variations
Color information
#FE85FE (or 0xFE85FE) is known color: Fuchsia Pink. HEX triplet: FE, 85 and FE. RGB value is (254,133,254). Sum of RGB (Red+Green+Blue) = 254+133+254=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 133 (52.34% from 255 or 20.75% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85FE is #017A01. Grayscale: #B6B6B6. Windows color (decimal): -96770 or 16680446. OLE color: 16680446.
HSL color Cylindrical-coordinate representation of color #FE85FE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85FE is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 254 | - |
| CMYK | 0 | 0.48 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.76% | - |
| HSV(B) | 300º | 0.48% | 1% | - |
| XYZ | 67.15 | 45 | 98.91 | - |
| YUV | 182.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 254 | 0 | 0.48 | 0 | 0.00 | 300 | 0.98 | 0.76 |
| Hex | FE | 85 | FE | 0 | 30 | 0 | 0 | 12C | 62 | 4C |
| Octal | 376 | 205 | 376 | 0 | 60 | 0 | 0 | 454 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11111110 | 0 | 110000 | 0 | 0 | 100101100 | 1100010 | 1001100 |
Color Harmonies of #FE85FE
Complementary color
Monochromatic Colors of #FE85FE
Black with #FE85FE
Text Example
Text Example
White with #FE85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85FE; }
p { color: rgb(254,133,254); }
H1.HeaderClassName
{
color: #FE85FE;
}
.AnyTagClassName
{
color: #FE85FE;
}
</style>
background-color css
<style>
a { background-color: #FE85FE; }
a { background-color: rgb(254,133,254); }
div.DivClassName
{
background-color: #FE85FE;
}
.BgClassName
{
background-color: #FE85FE;
}
</style>
border-color css
<style>
span { border-color: #FE85FE; }
span { border-color: rgb(254,133,254); }
td.TdClassName
{
border-color: #FE85FE;
}
.TagClassName
{
border-color: #FE85FE;
}
</style>