Shades of Brink Pink #F7608B
Tints of Brink Pink #F7608B
RGB
CMYK
RGB Variations
Color information
#F7608B (or 0xF7608B) is known color: Brink Pink. HEX triplet: F7, 60 and 8B. RGB value is (247,96,139). Sum of RGB (Red+Green+Blue) = 247+96+139=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7608B is #089F74. Grayscale: #929292. Windows color (decimal): -565109 or 9134327. OLE color: 9134327.
HSL color Cylindrical-coordinate representation of color #F7608B: hue angle of 342.91º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7608B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 139 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.03 |
| HSL | 342.91º | 0.9% | 0.67% | - |
| HSV(B) | 342.91º | 0.61% | 0.97% | - |
| XYZ | 47.2 | 30 | 27.73 | - |
| YUV | 146.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 139 | 0 | 0.61 | 0.44 | 0.03 | 342.91 | 0.9 | 0.67 |
| Hex | F7 | 60 | 8B | 0 | 3D | 2C | 3 | 157 | 5A | 43 |
| Octal | 367 | 140 | 213 | 0 | 75 | 54 | 3 | 527 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10001011 | 0 | 111101 | 101100 | 11 | 101010111 | 1011010 | 1000011 |
Color Harmonies of #F7608B
Complementary color
Monochromatic Colors of #F7608B
Black with #F7608B
Text Example
Text Example
White with #F7608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7608B; }
p { color: rgb(247,96,139); }
H1.HeaderClassName
{
color: #F7608B;
}
.AnyTagClassName
{
color: #F7608B;
}
</style>
background-color css
<style>
a { background-color: #F7608B; }
a { background-color: rgb(247,96,139); }
div.DivClassName
{
background-color: #F7608B;
}
.BgClassName
{
background-color: #F7608B;
}
</style>
border-color css
<style>
span { border-color: #F7608B; }
span { border-color: rgb(247,96,139); }
td.TdClassName
{
border-color: #F7608B;
}
.TagClassName
{
border-color: #F7608B;
}
</style>