Shades of Fuchsia Pink #FE84F5
Tints of Fuchsia Pink #FE84F5
RGB
CMYK
RGB Variations
Color information
#FE84F5 (or 0xFE84F5) is known color: Fuchsia Pink. HEX triplet: FE, 84 and F5. RGB value is (254,132,245). Sum of RGB (Red+Green+Blue) = 254+132+245=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 132 (51.95% from 255 or 20.92% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84F5 is #017B0A. Grayscale: #B5B5B5. Windows color (decimal): -97035 or 16090366. OLE color: 16090366.
HSL color Cylindrical-coordinate representation of color #FE84F5: hue angle of 304.43º 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 #FE84F5 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 245 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.00 |
| HSL | 304.43º | 0.98% | 0.76% | - |
| HSV(B) | 304.43º | 0.48% | 1% | - |
| XYZ | 65.61 | 44.17 | 91.45 | - |
| YUV | 181.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 245 | 0 | 0.48 | 0.04 | 0.00 | 304.43 | 0.98 | 0.76 |
| Hex | FE | 84 | F5 | 0 | 30 | 4 | 0 | 130 | 62 | 4C |
| Octal | 376 | 204 | 365 | 0 | 60 | 4 | 0 | 460 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11110101 | 0 | 110000 | 100 | 0 | 100110000 | 1100010 | 1001100 |
Color Harmonies of #FE84F5
Complementary color
Monochromatic Colors of #FE84F5
Black with #FE84F5
Text Example
Text Example
White with #FE84F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84F5; }
p { color: rgb(254,132,245); }
H1.HeaderClassName
{
color: #FE84F5;
}
.AnyTagClassName
{
color: #FE84F5;
}
</style>
background-color css
<style>
a { background-color: #FE84F5; }
a { background-color: rgb(254,132,245); }
div.DivClassName
{
background-color: #FE84F5;
}
.BgClassName
{
background-color: #FE84F5;
}
</style>
border-color css
<style>
span { border-color: #FE84F5; }
span { border-color: rgb(254,132,245); }
td.TdClassName
{
border-color: #FE84F5;
}
.TagClassName
{
border-color: #FE84F5;
}
</style>