Shades of Fuchsia Pink #FC7DFF
Tints of Fuchsia Pink #FC7DFF
RGB
CMYK
RGB Variations
Color information
#FC7DFF (or 0xFC7DFF) is known color: Fuchsia Pink. HEX triplet: FC, 7D and FF. RGB value is (252,125,255). Sum of RGB (Red+Green+Blue) = 252+125+255=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 125 (49.22% from 255 or 19.78% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7DFF is #038200. Grayscale: #B1B1B1. Windows color (decimal): -229889 or 16743932. OLE color: 16743932.
HSL color Cylindrical-coordinate representation of color #FC7DFF: hue angle of 298.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7DFF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 125 | 255 | - |
| CMYK | 0.01 | 0.51 | 0 | 0 |
| HSL | 298.62º | 1% | 0.75% | - |
| HSV(B) | 298.62º | 0.51% | 1% | - |
| XYZ | 65.53 | 42.58 | 99.37 | - |
| YUV | 177.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 255 | 0.01 | 0.51 | 0 | 0 | 298.62 | 1 | 0.75 |
| Hex | FC | 7D | FF | 1 | 33 | 0 | 0 | 12B | 64 | 4B |
| Octal | 374 | 175 | 377 | 1 | 63 | 0 | 0 | 453 | 144 | 113 |
| Binary | 11111100 | 1111101 | 11111111 | 1 | 110011 | 0 | 0 | 100101011 | 1100100 | 1001011 |
Color Harmonies of #FC7DFF
Complementary color
Monochromatic Colors of #FC7DFF
Black with #FC7DFF
Text Example
Text Example
White with #FC7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DFF; }
p { color: rgb(252,125,255); }
H1.HeaderClassName
{
color: #FC7DFF;
}
.AnyTagClassName
{
color: #FC7DFF;
}
</style>
background-color css
<style>
a { background-color: #FC7DFF; }
a { background-color: rgb(252,125,255); }
div.DivClassName
{
background-color: #FC7DFF;
}
.BgClassName
{
background-color: #FC7DFF;
}
</style>
border-color css
<style>
span { border-color: #FC7DFF; }
span { border-color: rgb(252,125,255); }
td.TdClassName
{
border-color: #FC7DFF;
}
.TagClassName
{
border-color: #FC7DFF;
}
</style>