Shades of Fuchsia Pink #FF78F0
Tints of Fuchsia Pink #FF78F0
RGB
CMYK
RGB Variations
Color information
#FF78F0 (or 0xFF78F0) is known color: Fuchsia Pink. HEX triplet: FF, 78 and F0. RGB value is (255,120,240). Sum of RGB (Red+Green+Blue) = 255+120+240=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 120 (47.27% from 255 or 19.51% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78F0 is #00870F. Grayscale: #ADADAD. Windows color (decimal): -34576 or 15759615. OLE color: 15759615.
HSL color Cylindrical-coordinate representation of color #FF78F0: hue angle of 306.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 #FF78F0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 240 | - |
| CMYK | 0 | 0.53 | 0.06 | 0 |
| HSL | 306.67º | 1% | 0.74% | - |
| HSV(B) | 306.67º | 0.53% | 1% | - |
| XYZ | 63.68 | 40.98 | 86.99 | - |
| YUV | 174.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 240 | 0 | 0.53 | 0.06 | 0 | 306.67 | 1 | 0.74 |
| Hex | FF | 78 | F0 | 0 | 35 | 6 | 0 | 133 | 64 | 4A |
| Octal | 377 | 170 | 360 | 0 | 65 | 6 | 0 | 463 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11110000 | 0 | 110101 | 110 | 0 | 100110011 | 1100100 | 1001010 |
Color Harmonies of #FF78F0
Complementary color
Monochromatic Colors of #FF78F0
Black with #FF78F0
Text Example
Text Example
White with #FF78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78F0; }
p { color: rgb(255,120,240); }
H1.HeaderClassName
{
color: #FF78F0;
}
.AnyTagClassName
{
color: #FF78F0;
}
</style>
background-color css
<style>
a { background-color: #FF78F0; }
a { background-color: rgb(255,120,240); }
div.DivClassName
{
background-color: #FF78F0;
}
.BgClassName
{
background-color: #FF78F0;
}
</style>
border-color css
<style>
span { border-color: #FF78F0; }
span { border-color: rgb(255,120,240); }
td.TdClassName
{
border-color: #FF78F0;
}
.TagClassName
{
border-color: #FF78F0;
}
</style>