Shades of Fuchsia Pink #FC77F0
Tints of Fuchsia Pink #FC77F0
RGB
CMYK
RGB Variations
Color information
#FC77F0 (or 0xFC77F0) is known color: Fuchsia Pink. HEX triplet: FC, 77 and F0. RGB value is (252,119,240). Sum of RGB (Red+Green+Blue) = 252+119+240=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 119 (46.88% from 255 or 19.48% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77F0 is #03880F. Grayscale: #ACACAC. Windows color (decimal): -231440 or 15759356. OLE color: 15759356.
HSL color Cylindrical-coordinate representation of color #FC77F0: hue angle of 305.41º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77F0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 240 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.01 |
| HSL | 305.41º | 0.96% | 0.73% | - |
| HSV(B) | 305.41º | 0.53% | 0.99% | - |
| XYZ | 62.47 | 40.18 | 86.9 | - |
| YUV | 172.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 240 | 0 | 0.53 | 0.05 | 0.01 | 305.41 | 0.96 | 0.73 |
| Hex | FC | 77 | F0 | 0 | 35 | 5 | 1 | 131 | 60 | 49 |
| Octal | 374 | 167 | 360 | 0 | 65 | 5 | 1 | 461 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11110000 | 0 | 110101 | 101 | 1 | 100110001 | 1100000 | 1001001 |
Color Harmonies of #FC77F0
Complementary color
Monochromatic Colors of #FC77F0
Black with #FC77F0
Text Example
Text Example
White with #FC77F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77F0; }
p { color: rgb(252,119,240); }
H1.HeaderClassName
{
color: #FC77F0;
}
.AnyTagClassName
{
color: #FC77F0;
}
</style>
background-color css
<style>
a { background-color: #FC77F0; }
a { background-color: rgb(252,119,240); }
div.DivClassName
{
background-color: #FC77F0;
}
.BgClassName
{
background-color: #FC77F0;
}
</style>
border-color css
<style>
span { border-color: #FC77F0; }
span { border-color: rgb(252,119,240); }
td.TdClassName
{
border-color: #FC77F0;
}
.TagClassName
{
border-color: #FC77F0;
}
</style>