Shades of Brink Pink #FC628C
Tints of Brink Pink #FC628C
RGB
CMYK
RGB Variations
Color information
#FC628C (or 0xFC628C) is known color: Brink Pink. HEX triplet: FC, 62 and 8C. RGB value is (252,98,140). Sum of RGB (Red+Green+Blue) = 252+98+140=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC628C is #039D73. Grayscale: #949494. Windows color (decimal): -236916 or 9200380. OLE color: 9200380.
HSL color Cylindrical-coordinate representation of color #FC628C: hue angle of 343.64º 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 #FC628C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 140 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.01 |
| HSL | 343.64º | 0.96% | 0.69% | - |
| HSV(B) | 343.64º | 0.61% | 0.99% | - |
| XYZ | 49.25 | 31.32 | 28.26 | - |
| YUV | 148.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 140 | 0 | 0.61 | 0.44 | 0.01 | 343.64 | 0.96 | 0.69 |
| Hex | FC | 62 | 8C | 0 | 3D | 2C | 1 | 158 | 60 | 45 |
| Octal | 374 | 142 | 214 | 0 | 75 | 54 | 1 | 530 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10001100 | 0 | 111101 | 101100 | 1 | 101011000 | 1100000 | 1000101 |
Color Harmonies of #FC628C
Complementary color
Monochromatic Colors of #FC628C
Black with #FC628C
Text Example
Text Example
White with #FC628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC628C; }
p { color: rgb(252,98,140); }
H1.HeaderClassName
{
color: #FC628C;
}
.AnyTagClassName
{
color: #FC628C;
}
</style>
background-color css
<style>
a { background-color: #FC628C; }
a { background-color: rgb(252,98,140); }
div.DivClassName
{
background-color: #FC628C;
}
.BgClassName
{
background-color: #FC628C;
}
</style>
border-color css
<style>
span { border-color: #FC628C; }
span { border-color: rgb(252,98,140); }
td.TdClassName
{
border-color: #FC628C;
}
.TagClassName
{
border-color: #FC628C;
}
</style>