Shades of Fuchsia Pink #FC7FFE
Tints of Fuchsia Pink #FC7FFE
RGB
CMYK
RGB Variations
Color information
#FC7FFE (or 0xFC7FFE) is known color: Fuchsia Pink. HEX triplet: FC, 7F and FE. RGB value is (252,127,254). Sum of RGB (Red+Green+Blue) = 252+127+254=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 127 (50% from 255 or 20.06% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FFE is #038001. Grayscale: #B2B2B2. Windows color (decimal): -229378 or 16678908. OLE color: 16678908.
HSL color Cylindrical-coordinate representation of color #FC7FFE: hue angle of 299.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FFE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 127 | 254 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.00 |
| HSL | 299.06º | 0.98% | 0.75% | - |
| HSV(B) | 299.06º | 0.5% | 1% | - |
| XYZ | 65.62 | 43.03 | 98.61 | - |
| YUV | 178.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 254 | 0.01 | 0.50 | 0 | 0.00 | 299.06 | 0.98 | 0.75 |
| Hex | FC | 7F | FE | 1 | 32 | 0 | 0 | 12B | 62 | 4B |
| Octal | 374 | 177 | 376 | 1 | 62 | 0 | 0 | 453 | 142 | 113 |
| Binary | 11111100 | 1111111 | 11111110 | 1 | 110010 | 0 | 0 | 100101011 | 1100010 | 1001011 |
Color Harmonies of #FC7FFE
Complementary color
Monochromatic Colors of #FC7FFE
Black with #FC7FFE
Text Example
Text Example
White with #FC7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FFE; }
p { color: rgb(252,127,254); }
H1.HeaderClassName
{
color: #FC7FFE;
}
.AnyTagClassName
{
color: #FC7FFE;
}
</style>
background-color css
<style>
a { background-color: #FC7FFE; }
a { background-color: rgb(252,127,254); }
div.DivClassName
{
background-color: #FC7FFE;
}
.BgClassName
{
background-color: #FC7FFE;
}
</style>
border-color css
<style>
span { border-color: #FC7FFE; }
span { border-color: rgb(252,127,254); }
td.TdClassName
{
border-color: #FC7FFE;
}
.TagClassName
{
border-color: #FC7FFE;
}
</style>