Shades of Fuchsia Pink #FC77FE
Tints of Fuchsia Pink #FC77FE
RGB
CMYK
RGB Variations
Color information
#FC77FE (or 0xFC77FE) is known color: Fuchsia Pink. HEX triplet: FC, 77 and FE. RGB value is (252,119,254). Sum of RGB (Red+Green+Blue) = 252+119+254=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 119 (46.88% from 255 or 19.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77FE is #038801. Grayscale: #ADADAD. Windows color (decimal): -231426 or 16676860. OLE color: 16676860.
HSL color Cylindrical-coordinate representation of color #FC77FE: hue angle of 299.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77FE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 119 | 254 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.00 |
| HSL | 299.11º | 0.99% | 0.73% | - |
| HSV(B) | 299.11º | 0.53% | 1% | - |
| XYZ | 64.63 | 41.04 | 98.28 | - |
| YUV | 174.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 254 | 0.01 | 0.53 | 0 | 0.00 | 299.11 | 0.99 | 0.73 |
| Hex | FC | 77 | FE | 1 | 35 | 0 | 0 | 12B | 63 | 49 |
| Octal | 374 | 167 | 376 | 1 | 65 | 0 | 0 | 453 | 143 | 111 |
| Binary | 11111100 | 1110111 | 11111110 | 1 | 110101 | 0 | 0 | 100101011 | 1100011 | 1001001 |
Color Harmonies of #FC77FE
Complementary color
Monochromatic Colors of #FC77FE
Black with #FC77FE
Text Example
Text Example
White with #FC77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77FE; }
p { color: rgb(252,119,254); }
H1.HeaderClassName
{
color: #FC77FE;
}
.AnyTagClassName
{
color: #FC77FE;
}
</style>
background-color css
<style>
a { background-color: #FC77FE; }
a { background-color: rgb(252,119,254); }
div.DivClassName
{
background-color: #FC77FE;
}
.BgClassName
{
background-color: #FC77FE;
}
</style>
border-color css
<style>
span { border-color: #FC77FE; }
span { border-color: rgb(252,119,254); }
td.TdClassName
{
border-color: #FC77FE;
}
.TagClassName
{
border-color: #FC77FE;
}
</style>