Shades of Fuchsia Pink #FF78FB
Tints of Fuchsia Pink #FF78FB
RGB
CMYK
RGB Variations
Color information
#FF78FB (or 0xFF78FB) is known color: Fuchsia Pink. HEX triplet: FF, 78 and FB. RGB value is (255,120,251). Sum of RGB (Red+Green+Blue) = 255+120+251=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 120 (47.27% from 255 or 19.17% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78FB is #008704. Grayscale: #AEAEAE. Windows color (decimal): -34565 or 16480511. OLE color: 16480511.
HSL color Cylindrical-coordinate representation of color #FF78FB: hue angle of 301.78º 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 #FF78FB is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 251 | - |
| CMYK | 0 | 0.53 | 0.02 | 0 |
| HSL | 301.78º | 1% | 0.74% | - |
| HSV(B) | 301.78º | 0.53% | 1% | - |
| XYZ | 65.37 | 41.66 | 95.86 | - |
| YUV | 175.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 251 | 0 | 0.53 | 0.02 | 0 | 301.78 | 1 | 0.74 |
| Hex | FF | 78 | FB | 0 | 35 | 2 | 0 | 12E | 64 | 4A |
| Octal | 377 | 170 | 373 | 0 | 65 | 2 | 0 | 456 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11111011 | 0 | 110101 | 10 | 0 | 100101110 | 1100100 | 1001010 |
Color Harmonies of #FF78FB
Complementary color
Monochromatic Colors of #FF78FB
Black with #FF78FB
Text Example
Text Example
White with #FF78FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78FB; }
p { color: rgb(255,120,251); }
H1.HeaderClassName
{
color: #FF78FB;
}
.AnyTagClassName
{
color: #FF78FB;
}
</style>
background-color css
<style>
a { background-color: #FF78FB; }
a { background-color: rgb(255,120,251); }
div.DivClassName
{
background-color: #FF78FB;
}
.BgClassName
{
background-color: #FF78FB;
}
</style>
border-color css
<style>
span { border-color: #FF78FB; }
span { border-color: rgb(255,120,251); }
td.TdClassName
{
border-color: #FF78FB;
}
.TagClassName
{
border-color: #FF78FB;
}
</style>