Shades of Brink Pink #FC627C
Tints of Brink Pink #FC627C
RGB
CMYK
RGB Variations
Color information
#FC627C (or 0xFC627C) is known color: Brink Pink. HEX triplet: FC, 62 and 7C. RGB value is (252,98,124). Sum of RGB (Red+Green+Blue) = 252+98+124=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC627C is #039D83. Grayscale: #939393. Windows color (decimal): -236932 or 8151804. OLE color: 8151804.
HSL color Cylindrical-coordinate representation of color #FC627C: hue angle of 349.87º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC627C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 124 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.01 |
| HSL | 349.87º | 0.96% | 0.69% | - |
| HSV(B) | 349.87º | 0.61% | 0.99% | - |
| XYZ | 48.15 | 30.89 | 22.49 | - |
| YUV | 147.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 124 | 0 | 0.61 | 0.51 | 0.01 | 349.87 | 0.96 | 0.69 |
| Hex | FC | 62 | 7C | 0 | 3D | 33 | 1 | 15E | 60 | 45 |
| Octal | 374 | 142 | 174 | 0 | 75 | 63 | 1 | 536 | 140 | 105 |
| Binary | 11111100 | 1100010 | 1111100 | 0 | 111101 | 110011 | 1 | 101011110 | 1100000 | 1000101 |
Color Harmonies of #FC627C
Complementary color
Monochromatic Colors of #FC627C
Black with #FC627C
Text Example
Text Example
White with #FC627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC627C; }
p { color: rgb(252,98,124); }
H1.HeaderClassName
{
color: #FC627C;
}
.AnyTagClassName
{
color: #FC627C;
}
</style>
background-color css
<style>
a { background-color: #FC627C; }
a { background-color: rgb(252,98,124); }
div.DivClassName
{
background-color: #FC627C;
}
.BgClassName
{
background-color: #FC627C;
}
</style>
border-color css
<style>
span { border-color: #FC627C; }
span { border-color: rgb(252,98,124); }
td.TdClassName
{
border-color: #FC627C;
}
.TagClassName
{
border-color: #FC627C;
}
</style>