Shades of Fuchsia Pink #FE85FA
Tints of Fuchsia Pink #FE85FA
RGB
CMYK
RGB Variations
Color information
#FE85FA (or 0xFE85FA) is known color: Fuchsia Pink. HEX triplet: FE, 85 and FA. RGB value is (254,133,250). Sum of RGB (Red+Green+Blue) = 254+133+250=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 133 (52.34% from 255 or 20.88% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE85FA is #017A05. Grayscale: #B6B6B6. Windows color (decimal): -96774 or 16418302. OLE color: 16418302.
HSL color Cylindrical-coordinate representation of color #FE85FA: hue angle of 301.98º 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 #FE85FA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 250 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.00 |
| HSL | 301.98º | 0.98% | 0.76% | - |
| HSV(B) | 301.98º | 0.48% | 1% | - |
| XYZ | 66.52 | 44.75 | 95.57 | - |
| YUV | 182.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 250 | 0 | 0.48 | 0.02 | 0.00 | 301.98 | 0.98 | 0.76 |
| Hex | FE | 85 | FA | 0 | 30 | 2 | 0 | 12E | 62 | 4C |
| Octal | 376 | 205 | 372 | 0 | 60 | 2 | 0 | 456 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11111010 | 0 | 110000 | 10 | 0 | 100101110 | 1100010 | 1001100 |
Color Harmonies of #FE85FA
Complementary color
Monochromatic Colors of #FE85FA
Black with #FE85FA
Text Example
Text Example
White with #FE85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85FA; }
p { color: rgb(254,133,250); }
H1.HeaderClassName
{
color: #FE85FA;
}
.AnyTagClassName
{
color: #FE85FA;
}
</style>
background-color css
<style>
a { background-color: #FE85FA; }
a { background-color: rgb(254,133,250); }
div.DivClassName
{
background-color: #FE85FA;
}
.BgClassName
{
background-color: #FE85FA;
}
</style>
border-color css
<style>
span { border-color: #FE85FA; }
span { border-color: rgb(254,133,250); }
td.TdClassName
{
border-color: #FE85FA;
}
.TagClassName
{
border-color: #FE85FA;
}
</style>