Shades of Brink Pink #FC608D
Tints of Brink Pink #FC608D
RGB
CMYK
RGB Variations
Color information
#FC608D (or 0xFC608D) is known color: Brink Pink. HEX triplet: FC, 60 and 8D. RGB value is (252,96,141). Sum of RGB (Red+Green+Blue) = 252+96+141=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC608D is #039F72. Grayscale: #939393. Windows color (decimal): -237427 or 9265404. OLE color: 9265404.
HSL color Cylindrical-coordinate representation of color #FC608D: hue angle of 342.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC608D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 141 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.01 |
| HSL | 342.69º | 0.96% | 0.68% | - |
| HSV(B) | 342.69º | 0.62% | 0.99% | - |
| XYZ | 49.14 | 30.98 | 28.59 | - |
| YUV | 147.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 141 | 0 | 0.62 | 0.44 | 0.01 | 342.69 | 0.96 | 0.68 |
| Hex | FC | 60 | 8D | 0 | 3E | 2C | 1 | 157 | 60 | 44 |
| Octal | 374 | 140 | 215 | 0 | 76 | 54 | 1 | 527 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10001101 | 0 | 111110 | 101100 | 1 | 101010111 | 1100000 | 1000100 |
Color Harmonies of #FC608D
Complementary color
Monochromatic Colors of #FC608D
Black with #FC608D
Text Example
Text Example
White with #FC608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC608D; }
p { color: rgb(252,96,141); }
H1.HeaderClassName
{
color: #FC608D;
}
.AnyTagClassName
{
color: #FC608D;
}
</style>
background-color css
<style>
a { background-color: #FC608D; }
a { background-color: rgb(252,96,141); }
div.DivClassName
{
background-color: #FC608D;
}
.BgClassName
{
background-color: #FC608D;
}
</style>
border-color css
<style>
span { border-color: #FC608D; }
span { border-color: rgb(252,96,141); }
td.TdClassName
{
border-color: #FC608D;
}
.TagClassName
{
border-color: #FC608D;
}
</style>