Shades of Fuchsia Pink #FC7BFB
Tints of Fuchsia Pink #FC7BFB
RGB
CMYK
RGB Variations
Color information
#FC7BFB (or 0xFC7BFB) is known color: Fuchsia Pink. HEX triplet: FC, 7B and FB. RGB value is (252,123,251). Sum of RGB (Red+Green+Blue) = 252+123+251=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 123 (48.44% from 255 or 19.65% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BFB is #038404. Grayscale: #AFAFAF. Windows color (decimal): -230405 or 16481276. OLE color: 16481276.
HSL color Cylindrical-coordinate representation of color #FC7BFB: 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 #FC7BFB is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 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.64 | 41.83 | 95.93 | - |
| YUV | 176.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 251 | 0 | 0.51 | 0.00 | 0.01 | 300.47 | 0.96 | 0.74 |
| Hex | FC | 7B | FB | 0 | 33 | 0 | 1 | 12C | 60 | 4A |
| Octal | 374 | 173 | 373 | 0 | 63 | 0 | 1 | 454 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11111011 | 0 | 110011 | 0 | 1 | 100101100 | 1100000 | 1001010 |
Color Harmonies of #FC7BFB
Complementary color
Monochromatic Colors of #FC7BFB
Black with #FC7BFB
Text Example
Text Example
White with #FC7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BFB; }
p { color: rgb(252,123,251); }
H1.HeaderClassName
{
color: #FC7BFB;
}
.AnyTagClassName
{
color: #FC7BFB;
}
</style>
background-color css
<style>
a { background-color: #FC7BFB; }
a { background-color: rgb(252,123,251); }
div.DivClassName
{
background-color: #FC7BFB;
}
.BgClassName
{
background-color: #FC7BFB;
}
</style>
border-color css
<style>
span { border-color: #FC7BFB; }
span { border-color: rgb(252,123,251); }
td.TdClassName
{
border-color: #FC7BFB;
}
.TagClassName
{
border-color: #FC7BFB;
}
</style>