Shades of Fuchsia Pink #FE78FA
Tints of Fuchsia Pink #FE78FA
RGB
CMYK
RGB Variations
Color information
#FE78FA (or 0xFE78FA) is known color: Fuchsia Pink. HEX triplet: FE, 78 and FA. RGB value is (254,120,250). Sum of RGB (Red+Green+Blue) = 254+120+250=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 120 (47.27% from 255 or 19.23% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78FA is #018705. Grayscale: #AEAEAE. Windows color (decimal): -100102 or 16414974. OLE color: 16414974.
HSL color Cylindrical-coordinate representation of color #FE78FA: hue angle of 301.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE78FA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 250 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.00 |
| HSL | 301.79º | 0.99% | 0.73% | - |
| HSV(B) | 301.79º | 0.53% | 1% | - |
| XYZ | 64.84 | 41.41 | 95.02 | - |
| YUV | 174.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 250 | 0 | 0.53 | 0.02 | 0.00 | 301.79 | 0.99 | 0.73 |
| Hex | FE | 78 | FA | 0 | 35 | 2 | 0 | 12E | 63 | 49 |
| Octal | 376 | 170 | 372 | 0 | 65 | 2 | 0 | 456 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11111010 | 0 | 110101 | 10 | 0 | 100101110 | 1100011 | 1001001 |
Color Harmonies of #FE78FA
Complementary color
Monochromatic Colors of #FE78FA
Black with #FE78FA
Text Example
Text Example
White with #FE78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78FA; }
p { color: rgb(254,120,250); }
H1.HeaderClassName
{
color: #FE78FA;
}
.AnyTagClassName
{
color: #FE78FA;
}
</style>
background-color css
<style>
a { background-color: #FE78FA; }
a { background-color: rgb(254,120,250); }
div.DivClassName
{
background-color: #FE78FA;
}
.BgClassName
{
background-color: #FE78FA;
}
</style>
border-color css
<style>
span { border-color: #FE78FA; }
span { border-color: rgb(254,120,250); }
td.TdClassName
{
border-color: #FE78FA;
}
.TagClassName
{
border-color: #FE78FA;
}
</style>