Shades of Fuchsia Pink #FE73FC
Tints of Fuchsia Pink #FE73FC
RGB
CMYK
RGB Variations
Color information
#FE73FC (or 0xFE73FC) is known color: Fuchsia Pink. HEX triplet: FE, 73 and FC. RGB value is (254,115,252). Sum of RGB (Red+Green+Blue) = 254+115+252=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 115 (45.31% from 255 or 18.52% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73FC is #018C03. Grayscale: #ABABAB. Windows color (decimal): -101380 or 16544766. OLE color: 16544766.
HSL color Cylindrical-coordinate representation of color #FE73FC: hue angle of 300.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73FC is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 252 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.00 |
| HSL | 300.86º | 0.99% | 0.72% | - |
| HSV(B) | 300.86º | 0.55% | 1% | - |
| XYZ | 64.57 | 40.36 | 96.48 | - |
| YUV | 172.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 252 | 0 | 0.55 | 0.01 | 0.00 | 300.86 | 0.99 | 0.72 |
| Hex | FE | 73 | FC | 0 | 37 | 1 | 0 | 12D | 63 | 48 |
| Octal | 376 | 163 | 374 | 0 | 67 | 1 | 0 | 455 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11111100 | 0 | 110111 | 1 | 0 | 100101101 | 1100011 | 1001000 |
Color Harmonies of #FE73FC
Complementary color
Monochromatic Colors of #FE73FC
Black with #FE73FC
Text Example
Text Example
White with #FE73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73FC; }
p { color: rgb(254,115,252); }
H1.HeaderClassName
{
color: #FE73FC;
}
.AnyTagClassName
{
color: #FE73FC;
}
</style>
background-color css
<style>
a { background-color: #FE73FC; }
a { background-color: rgb(254,115,252); }
div.DivClassName
{
background-color: #FE73FC;
}
.BgClassName
{
background-color: #FE73FC;
}
</style>
border-color css
<style>
span { border-color: #FE73FC; }
span { border-color: rgb(254,115,252); }
td.TdClassName
{
border-color: #FE73FC;
}
.TagClassName
{
border-color: #FE73FC;
}
</style>