Shades of Fuchsia Pink #FC7DF2
Tints of Fuchsia Pink #FC7DF2
RGB
CMYK
RGB Variations
Color information
#FC7DF2 (or 0xFC7DF2) is known color: Fuchsia Pink. HEX triplet: FC, 7D and F2. RGB value is (252,125,242). Sum of RGB (Red+Green+Blue) = 252+125+242=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 125 (49.22% from 255 or 20.19% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7DF2 is #03820D. Grayscale: #AFAFAF. Windows color (decimal): -229902 or 15891964. OLE color: 15891964.
HSL color Cylindrical-coordinate representation of color #FC7DF2: hue angle of 304.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DF2 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 242 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.01 |
| HSL | 304.72º | 0.95% | 0.74% | - |
| HSV(B) | 304.72º | 0.5% | 0.99% | - |
| XYZ | 63.51 | 41.77 | 88.72 | - |
| YUV | 176.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 242 | 0 | 0.50 | 0.04 | 0.01 | 304.72 | 0.95 | 0.74 |
| Hex | FC | 7D | F2 | 0 | 32 | 4 | 1 | 131 | 5F | 4A |
| Octal | 374 | 175 | 362 | 0 | 62 | 4 | 1 | 461 | 137 | 112 |
| Binary | 11111100 | 1111101 | 11110010 | 0 | 110010 | 100 | 1 | 100110001 | 1011111 | 1001010 |
Color Harmonies of #FC7DF2
Complementary color
Monochromatic Colors of #FC7DF2
Black with #FC7DF2
Text Example
Text Example
White with #FC7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DF2; }
p { color: rgb(252,125,242); }
H1.HeaderClassName
{
color: #FC7DF2;
}
.AnyTagClassName
{
color: #FC7DF2;
}
</style>
background-color css
<style>
a { background-color: #FC7DF2; }
a { background-color: rgb(252,125,242); }
div.DivClassName
{
background-color: #FC7DF2;
}
.BgClassName
{
background-color: #FC7DF2;
}
</style>
border-color css
<style>
span { border-color: #FC7DF2; }
span { border-color: rgb(252,125,242); }
td.TdClassName
{
border-color: #FC7DF2;
}
.TagClassName
{
border-color: #FC7DF2;
}
</style>