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