Shades of Fuchsia Pink #FC77F5
Tints of Fuchsia Pink #FC77F5
RGB
CMYK
RGB Variations
Color information
#FC77F5 (or 0xFC77F5) is known color: Fuchsia Pink. HEX triplet: FC, 77 and F5. RGB value is (252,119,245). Sum of RGB (Red+Green+Blue) = 252+119+245=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 119 (46.88% from 255 or 19.32% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77F5 is #03880A. Grayscale: #ACACAC. Windows color (decimal): -231435 or 16087036. OLE color: 16087036.
HSL color Cylindrical-coordinate representation of color #FC77F5: hue angle of 303.16º 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 #FC77F5 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 245 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.01 |
| HSL | 303.16º | 0.96% | 0.73% | - |
| HSV(B) | 303.16º | 0.53% | 0.99% | - |
| XYZ | 63.22 | 40.48 | 90.87 | - |
| YUV | 173.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 245 | 0 | 0.53 | 0.03 | 0.01 | 303.16 | 0.96 | 0.73 |
| Hex | FC | 77 | F5 | 0 | 35 | 3 | 1 | 12F | 60 | 49 |
| Octal | 374 | 167 | 365 | 0 | 65 | 3 | 1 | 457 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11110101 | 0 | 110101 | 11 | 1 | 100101111 | 1100000 | 1001001 |
Color Harmonies of #FC77F5
Complementary color
Monochromatic Colors of #FC77F5
Black with #FC77F5
Text Example
Text Example
White with #FC77F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77F5; }
p { color: rgb(252,119,245); }
H1.HeaderClassName
{
color: #FC77F5;
}
.AnyTagClassName
{
color: #FC77F5;
}
</style>
background-color css
<style>
a { background-color: #FC77F5; }
a { background-color: rgb(252,119,245); }
div.DivClassName
{
background-color: #FC77F5;
}
.BgClassName
{
background-color: #FC77F5;
}
</style>
border-color css
<style>
span { border-color: #FC77F5; }
span { border-color: rgb(252,119,245); }
td.TdClassName
{
border-color: #FC77F5;
}
.TagClassName
{
border-color: #FC77F5;
}
</style>