Shades of Fuchsia Pink #FC7CFB
Tints of Fuchsia Pink #FC7CFB
RGB
CMYK
RGB Variations
Color information
#FC7CFB (or 0xFC7CFB) is known color: Fuchsia Pink. HEX triplet: FC, 7C and FB. RGB value is (252,124,251). Sum of RGB (Red+Green+Blue) = 252+124+251=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 124 (48.83% from 255 or 19.78% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CFB is #038304. Grayscale: #B0B0B0. Windows color (decimal): -230149 or 16481532. OLE color: 16481532.
HSL color Cylindrical-coordinate representation of color #FC7CFB: hue angle of 300.47º 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 #FC7CFB is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 251 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.01 |
| HSL | 300.47º | 0.96% | 0.74% | - |
| HSV(B) | 300.47º | 0.51% | 0.99% | - |
| XYZ | 64.77 | 42.08 | 95.97 | - |
| YUV | 176.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 251 | 0 | 0.51 | 0.00 | 0.01 | 300.47 | 0.96 | 0.74 |
| Hex | FC | 7C | FB | 0 | 33 | 0 | 1 | 12C | 60 | 4A |
| Octal | 374 | 174 | 373 | 0 | 63 | 0 | 1 | 454 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11111011 | 0 | 110011 | 0 | 1 | 100101100 | 1100000 | 1001010 |
Color Harmonies of #FC7CFB
Complementary color
Monochromatic Colors of #FC7CFB
Black with #FC7CFB
Text Example
Text Example
White with #FC7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CFB; }
p { color: rgb(252,124,251); }
H1.HeaderClassName
{
color: #FC7CFB;
}
.AnyTagClassName
{
color: #FC7CFB;
}
</style>
background-color css
<style>
a { background-color: #FC7CFB; }
a { background-color: rgb(252,124,251); }
div.DivClassName
{
background-color: #FC7CFB;
}
.BgClassName
{
background-color: #FC7CFB;
}
</style>
border-color css
<style>
span { border-color: #FC7CFB; }
span { border-color: rgb(252,124,251); }
td.TdClassName
{
border-color: #FC7CFB;
}
.TagClassName
{
border-color: #FC7CFB;
}
</style>