Shades of Brink Pink #FC627D
Tints of Brink Pink #FC627D
RGB
CMYK
RGB Variations
Color information
#FC627D (or 0xFC627D) is known color: Brink Pink. HEX triplet: FC, 62 and 7D. RGB value is (252,98,125). Sum of RGB (Red+Green+Blue) = 252+98+125=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC627D is #039D82. Grayscale: #939393. Windows color (decimal): -236931 or 8217340. OLE color: 8217340.
HSL color Cylindrical-coordinate representation of color #FC627D: hue angle of 349.48º 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 #FC627D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 125 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.01 |
| HSL | 349.48º | 0.96% | 0.69% | - |
| HSV(B) | 349.48º | 0.61% | 0.99% | - |
| XYZ | 48.21 | 30.91 | 22.83 | - |
| YUV | 147.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 125 | 0 | 0.61 | 0.50 | 0.01 | 349.48 | 0.96 | 0.69 |
| Hex | FC | 62 | 7D | 0 | 3D | 32 | 1 | 15D | 60 | 45 |
| Octal | 374 | 142 | 175 | 0 | 75 | 62 | 1 | 535 | 140 | 105 |
| Binary | 11111100 | 1100010 | 1111101 | 0 | 111101 | 110010 | 1 | 101011101 | 1100000 | 1000101 |
Color Harmonies of #FC627D
Complementary color
Monochromatic Colors of #FC627D
Black with #FC627D
Text Example
Text Example
White with #FC627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC627D; }
p { color: rgb(252,98,125); }
H1.HeaderClassName
{
color: #FC627D;
}
.AnyTagClassName
{
color: #FC627D;
}
</style>
background-color css
<style>
a { background-color: #FC627D; }
a { background-color: rgb(252,98,125); }
div.DivClassName
{
background-color: #FC627D;
}
.BgClassName
{
background-color: #FC627D;
}
</style>
border-color css
<style>
span { border-color: #FC627D; }
span { border-color: rgb(252,98,125); }
td.TdClassName
{
border-color: #FC627D;
}
.TagClassName
{
border-color: #FC627D;
}
</style>