Shades of Fuchsia Pink #FF78F9
Tints of Fuchsia Pink #FF78F9
RGB
CMYK
RGB Variations
Color information
#FF78F9 (or 0xFF78F9) is known color: Fuchsia Pink. HEX triplet: FF, 78 and F9. RGB value is (255,120,249). Sum of RGB (Red+Green+Blue) = 255+120+249=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 120 (47.27% from 255 or 19.23% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78F9 is #008706. Grayscale: #AEAEAE. Windows color (decimal): -34567 or 16349439. OLE color: 16349439.
HSL color Cylindrical-coordinate representation of color #FF78F9: hue angle of 302.67º 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 #FF78F9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 249 | - |
| CMYK | 0 | 0.53 | 0.02 | 0 |
| HSL | 302.67º | 1% | 0.74% | - |
| HSV(B) | 302.67º | 0.53% | 1% | - |
| XYZ | 65.06 | 41.53 | 94.21 | - |
| YUV | 175.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 249 | 0 | 0.53 | 0.02 | 0 | 302.67 | 1 | 0.74 |
| Hex | FF | 78 | F9 | 0 | 35 | 2 | 0 | 12F | 64 | 4A |
| Octal | 377 | 170 | 371 | 0 | 65 | 2 | 0 | 457 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11111001 | 0 | 110101 | 10 | 0 | 100101111 | 1100100 | 1001010 |
Color Harmonies of #FF78F9
Complementary color
Monochromatic Colors of #FF78F9
Black with #FF78F9
Text Example
Text Example
White with #FF78F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78F9; }
p { color: rgb(255,120,249); }
H1.HeaderClassName
{
color: #FF78F9;
}
.AnyTagClassName
{
color: #FF78F9;
}
</style>
background-color css
<style>
a { background-color: #FF78F9; }
a { background-color: rgb(255,120,249); }
div.DivClassName
{
background-color: #FF78F9;
}
.BgClassName
{
background-color: #FF78F9;
}
</style>
border-color css
<style>
span { border-color: #FF78F9; }
span { border-color: rgb(255,120,249); }
td.TdClassName
{
border-color: #FF78F9;
}
.TagClassName
{
border-color: #FF78F9;
}
</style>