Shades of Brink Pink #FF608F
Tints of Brink Pink #FF608F
RGB
CMYK
RGB Variations
Color information
#FF608F (or 0xFF608F) is known color: Brink Pink. HEX triplet: FF, 60 and 8F. RGB value is (255,96,143). Sum of RGB (Red+Green+Blue) = 255+96+143=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608F is #009F70. Grayscale: #949494. Windows color (decimal): -40817 or 9396479. OLE color: 9396479.
HSL color Cylindrical-coordinate representation of color #FF608F: hue angle of 342.26º 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 #FF608F is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 143 | - |
| CMYK | 0 | 0.62 | 0.44 | 0 |
| HSL | 342.26º | 1% | 0.69% | - |
| HSV(B) | 342.26º | 0.62% | 1% | - |
| XYZ | 50.38 | 31.61 | 29.43 | - |
| YUV | 148.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 143 | 0 | 0.62 | 0.44 | 0 | 342.26 | 1 | 0.69 |
| Hex | FF | 60 | 8F | 0 | 3E | 2C | 0 | 156 | 64 | 45 |
| Octal | 377 | 140 | 217 | 0 | 76 | 54 | 0 | 526 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10001111 | 0 | 111110 | 101100 | 0 | 101010110 | 1100100 | 1000101 |
Color Harmonies of #FF608F
Complementary color
Monochromatic Colors of #FF608F
Black with #FF608F
Text Example
Text Example
White with #FF608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF608F; }
p { color: rgb(255,96,143); }
H1.HeaderClassName
{
color: #FF608F;
}
.AnyTagClassName
{
color: #FF608F;
}
</style>
background-color css
<style>
a { background-color: #FF608F; }
a { background-color: rgb(255,96,143); }
div.DivClassName
{
background-color: #FF608F;
}
.BgClassName
{
background-color: #FF608F;
}
</style>
border-color css
<style>
span { border-color: #FF608F; }
span { border-color: rgb(255,96,143); }
td.TdClassName
{
border-color: #FF608F;
}
.TagClassName
{
border-color: #FF608F;
}
</style>