Shades of Fuchsia Pink #FF78FE
Tints of Fuchsia Pink #FF78FE
RGB
CMYK
RGB Variations
Color information
#FF78FE (or 0xFF78FE) is known color: Fuchsia Pink. HEX triplet: FF, 78 and FE. RGB value is (255,120,254). Sum of RGB (Red+Green+Blue) = 255+120+254=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 120 (47.27% from 255 or 19.08% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78FE is #008701. Grayscale: #AFAFAF. Windows color (decimal): -34562 or 16677119. OLE color: 16677119.
HSL color Cylindrical-coordinate representation of color #FF78FE: hue angle of 300.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78FE is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 254 | - |
| CMYK | 0 | 0.53 | 0.00 | 0 |
| HSL | 300.44º | 1% | 0.74% | - |
| HSV(B) | 300.44º | 0.53% | 1% | - |
| XYZ | 65.85 | 41.85 | 98.37 | - |
| YUV | 175.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 254 | 0 | 0.53 | 0.00 | 0 | 300.44 | 1 | 0.74 |
| Hex | FF | 78 | FE | 0 | 35 | 0 | 0 | 12C | 64 | 4A |
| Octal | 377 | 170 | 376 | 0 | 65 | 0 | 0 | 454 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11111110 | 0 | 110101 | 0 | 0 | 100101100 | 1100100 | 1001010 |
Color Harmonies of #FF78FE
Complementary color
Monochromatic Colors of #FF78FE
Black with #FF78FE
Text Example
Text Example
White with #FF78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78FE; }
p { color: rgb(255,120,254); }
H1.HeaderClassName
{
color: #FF78FE;
}
.AnyTagClassName
{
color: #FF78FE;
}
</style>
background-color css
<style>
a { background-color: #FF78FE; }
a { background-color: rgb(255,120,254); }
div.DivClassName
{
background-color: #FF78FE;
}
.BgClassName
{
background-color: #FF78FE;
}
</style>
border-color css
<style>
span { border-color: #FF78FE; }
span { border-color: rgb(255,120,254); }
td.TdClassName
{
border-color: #FF78FE;
}
.TagClassName
{
border-color: #FF78FE;
}
</style>