Shades of Brink Pink #FF608E
Tints of Brink Pink #FF608E
RGB
CMYK
RGB Variations
Color information
#FF608E (or 0xFF608E) is known color: Brink Pink. HEX triplet: FF, 60 and 8E. RGB value is (255,96,142). Sum of RGB (Red+Green+Blue) = 255+96+142=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608E is #009F71. Grayscale: #949494. Windows color (decimal): -40818 or 9330943. OLE color: 9330943.
HSL color Cylindrical-coordinate representation of color #FF608E: hue angle of 342.64º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF608E is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 142 | - |
| CMYK | 0 | 0.62 | 0.44 | 0 |
| HSL | 342.64º | 1% | 0.69% | - |
| HSV(B) | 342.64º | 0.62% | 1% | - |
| XYZ | 50.31 | 31.58 | 29.04 | - |
| YUV | 148.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 142 | 0 | 0.62 | 0.44 | 0 | 342.64 | 1 | 0.69 |
| Hex | FF | 60 | 8E | 0 | 3E | 2C | 0 | 157 | 64 | 45 |
| Octal | 377 | 140 | 216 | 0 | 76 | 54 | 0 | 527 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10001110 | 0 | 111110 | 101100 | 0 | 101010111 | 1100100 | 1000101 |
Color Harmonies of #FF608E
Complementary color
Monochromatic Colors of #FF608E
Black with #FF608E
Text Example
Text Example
White with #FF608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF608E; }
p { color: rgb(255,96,142); }
H1.HeaderClassName
{
color: #FF608E;
}
.AnyTagClassName
{
color: #FF608E;
}
</style>
background-color css
<style>
a { background-color: #FF608E; }
a { background-color: rgb(255,96,142); }
div.DivClassName
{
background-color: #FF608E;
}
.BgClassName
{
background-color: #FF608E;
}
</style>
border-color css
<style>
span { border-color: #FF608E; }
span { border-color: rgb(255,96,142); }
td.TdClassName
{
border-color: #FF608E;
}
.TagClassName
{
border-color: #FF608E;
}
</style>