Shades of Fuchsia Pink #FC7CF2
Tints of Fuchsia Pink #FC7CF2
RGB
CMYK
RGB Variations
Color information
#FC7CF2 (or 0xFC7CF2) is known color: Fuchsia Pink. HEX triplet: FC, 7C and F2. RGB value is (252,124,242). Sum of RGB (Red+Green+Blue) = 252+124+242=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CF2 is #03830D. Grayscale: #AFAFAF. Windows color (decimal): -230158 or 15891708. OLE color: 15891708.
HSL color Cylindrical-coordinate representation of color #FC7CF2: hue angle of 304.69º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CF2 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 242 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.01 |
| HSL | 304.69º | 0.96% | 0.74% | - |
| HSV(B) | 304.69º | 0.51% | 0.99% | - |
| XYZ | 63.38 | 41.52 | 88.68 | - |
| YUV | 175.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 242 | 0 | 0.51 | 0.04 | 0.01 | 304.69 | 0.96 | 0.74 |
| Hex | FC | 7C | F2 | 0 | 33 | 4 | 1 | 131 | 60 | 4A |
| Octal | 374 | 174 | 362 | 0 | 63 | 4 | 1 | 461 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11110010 | 0 | 110011 | 100 | 1 | 100110001 | 1100000 | 1001010 |
Color Harmonies of #FC7CF2
Complementary color
Monochromatic Colors of #FC7CF2
Black with #FC7CF2
Text Example
Text Example
White with #FC7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CF2; }
p { color: rgb(252,124,242); }
H1.HeaderClassName
{
color: #FC7CF2;
}
.AnyTagClassName
{
color: #FC7CF2;
}
</style>
background-color css
<style>
a { background-color: #FC7CF2; }
a { background-color: rgb(252,124,242); }
div.DivClassName
{
background-color: #FC7CF2;
}
.BgClassName
{
background-color: #FC7CF2;
}
</style>
border-color css
<style>
span { border-color: #FC7CF2; }
span { border-color: rgb(252,124,242); }
td.TdClassName
{
border-color: #FC7CF2;
}
.TagClassName
{
border-color: #FC7CF2;
}
</style>