Shades of Fuchsia Pink #FC7CFE
Tints of Fuchsia Pink #FC7CFE
RGB
CMYK
RGB Variations
Color information
#FC7CFE (or 0xFC7CFE) is known color: Fuchsia Pink. HEX triplet: FC, 7C and FE. RGB value is (252,124,254). Sum of RGB (Red+Green+Blue) = 252+124+254=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 124 (48.83% from 255 or 19.68% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC7CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CFE is #038301. Grayscale: #B0B0B0. Windows color (decimal): -230146 or 16678140. OLE color: 16678140.
HSL color Cylindrical-coordinate representation of color #FC7CFE: hue angle of 299.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CFE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 124 | 254 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.00 |
| HSL | 299.08º | 0.98% | 0.74% | - |
| HSV(B) | 299.08º | 0.51% | 1% | - |
| XYZ | 65.24 | 42.27 | 98.49 | - |
| YUV | 177.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 254 | 0.01 | 0.51 | 0 | 0.00 | 299.08 | 0.98 | 0.74 |
| Hex | FC | 7C | FE | 1 | 33 | 0 | 0 | 12B | 62 | 4A |
| Octal | 374 | 174 | 376 | 1 | 63 | 0 | 0 | 453 | 142 | 112 |
| Binary | 11111100 | 1111100 | 11111110 | 1 | 110011 | 0 | 0 | 100101011 | 1100010 | 1001010 |
Color Harmonies of #FC7CFE
Complementary color
Monochromatic Colors of #FC7CFE
Black with #FC7CFE
Text Example
Text Example
White with #FC7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CFE; }
p { color: rgb(252,124,254); }
H1.HeaderClassName
{
color: #FC7CFE;
}
.AnyTagClassName
{
color: #FC7CFE;
}
</style>
background-color css
<style>
a { background-color: #FC7CFE; }
a { background-color: rgb(252,124,254); }
div.DivClassName
{
background-color: #FC7CFE;
}
.BgClassName
{
background-color: #FC7CFE;
}
</style>
border-color css
<style>
span { border-color: #FC7CFE; }
span { border-color: rgb(252,124,254); }
td.TdClassName
{
border-color: #FC7CFE;
}
.TagClassName
{
border-color: #FC7CFE;
}
</style>