Shades of Brink Pink #FC608B
Tints of Brink Pink #FC608B
RGB
CMYK
RGB Variations
Color information
#FC608B (or 0xFC608B) is known color: Brink Pink. HEX triplet: FC, 60 and 8B. RGB value is (252,96,139). Sum of RGB (Red+Green+Blue) = 252+96+139=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC608B is #039F74. Grayscale: #939393. Windows color (decimal): -237429 or 9134332. OLE color: 9134332.
HSL color Cylindrical-coordinate representation of color #FC608B: hue angle of 343.46º 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 #FC608B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 139 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.01 |
| HSL | 343.46º | 0.96% | 0.68% | - |
| HSV(B) | 343.46º | 0.62% | 0.99% | - |
| XYZ | 48.99 | 30.93 | 27.81 | - |
| YUV | 147.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 139 | 0 | 0.62 | 0.45 | 0.01 | 343.46 | 0.96 | 0.68 |
| Hex | FC | 60 | 8B | 0 | 3E | 2D | 1 | 157 | 60 | 44 |
| Octal | 374 | 140 | 213 | 0 | 76 | 55 | 1 | 527 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10001011 | 0 | 111110 | 101101 | 1 | 101010111 | 1100000 | 1000100 |
Color Harmonies of #FC608B
Complementary color
Monochromatic Colors of #FC608B
Black with #FC608B
Text Example
Text Example
White with #FC608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC608B; }
p { color: rgb(252,96,139); }
H1.HeaderClassName
{
color: #FC608B;
}
.AnyTagClassName
{
color: #FC608B;
}
</style>
background-color css
<style>
a { background-color: #FC608B; }
a { background-color: rgb(252,96,139); }
div.DivClassName
{
background-color: #FC608B;
}
.BgClassName
{
background-color: #FC608B;
}
</style>
border-color css
<style>
span { border-color: #FC608B; }
span { border-color: rgb(252,96,139); }
td.TdClassName
{
border-color: #FC608B;
}
.TagClassName
{
border-color: #FC608B;
}
</style>