Shades of Brink Pink #FF608D
Tints of Brink Pink #FF608D
RGB
CMYK
RGB Variations
Color information
#FF608D (or 0xFF608D) is known color: Brink Pink. HEX triplet: FF, 60 and 8D. RGB value is (255,96,141). Sum of RGB (Red+Green+Blue) = 255+96+141=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608D is #009F72. Grayscale: #949494. Windows color (decimal): -40819 or 9265407. OLE color: 9265407.
HSL color Cylindrical-coordinate representation of color #FF608D: hue angle of 343.02º 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 #FF608D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 141 | - |
| CMYK | 0 | 0.62 | 0.45 | 0 |
| HSL | 343.02º | 1% | 0.69% | - |
| HSV(B) | 343.02º | 0.62% | 1% | - |
| XYZ | 50.23 | 31.55 | 28.64 | - |
| YUV | 148.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 141 | 0 | 0.62 | 0.45 | 0 | 343.02 | 1 | 0.69 |
| Hex | FF | 60 | 8D | 0 | 3E | 2D | 0 | 157 | 64 | 45 |
| Octal | 377 | 140 | 215 | 0 | 76 | 55 | 0 | 527 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10001101 | 0 | 111110 | 101101 | 0 | 101010111 | 1100100 | 1000101 |
Color Harmonies of #FF608D
Complementary color
Monochromatic Colors of #FF608D
Black with #FF608D
Text Example
Text Example
White with #FF608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF608D; }
p { color: rgb(255,96,141); }
H1.HeaderClassName
{
color: #FF608D;
}
.AnyTagClassName
{
color: #FF608D;
}
</style>
background-color css
<style>
a { background-color: #FF608D; }
a { background-color: rgb(255,96,141); }
div.DivClassName
{
background-color: #FF608D;
}
.BgClassName
{
background-color: #FF608D;
}
</style>
border-color css
<style>
span { border-color: #FF608D; }
span { border-color: rgb(255,96,141); }
td.TdClassName
{
border-color: #FF608D;
}
.TagClassName
{
border-color: #FF608D;
}
</style>