Shades of Brink Pink #F8608B
Tints of Brink Pink #F8608B
RGB
CMYK
RGB Variations
Color information
#F8608B (or 0xF8608B) is known color: Brink Pink. HEX triplet: F8, 60 and 8B. RGB value is (248,96,139). Sum of RGB (Red+Green+Blue) = 248+96+139=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8608B is #079F74. Grayscale: #929292. Windows color (decimal): -499573 or 9134328. OLE color: 9134328.
HSL color Cylindrical-coordinate representation of color #F8608B: hue angle of 343.03º degrees, saturation: 0.92, 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 #F8608B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 139 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.03 |
| HSL | 343.03º | 0.92% | 0.67% | - |
| HSV(B) | 343.03º | 0.61% | 0.97% | - |
| XYZ | 47.55 | 30.19 | 27.75 | - |
| YUV | 146.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 139 | 0 | 0.61 | 0.44 | 0.03 | 343.03 | 0.92 | 0.67 |
| Hex | F8 | 60 | 8B | 0 | 3D | 2C | 3 | 157 | 5C | 43 |
| Octal | 370 | 140 | 213 | 0 | 75 | 54 | 3 | 527 | 134 | 103 |
| Binary | 11111000 | 1100000 | 10001011 | 0 | 111101 | 101100 | 11 | 101010111 | 1011100 | 1000011 |
Color Harmonies of #F8608B
Complementary color
Monochromatic Colors of #F8608B
Black with #F8608B
Text Example
Text Example
White with #F8608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8608B; }
p { color: rgb(248,96,139); }
H1.HeaderClassName
{
color: #F8608B;
}
.AnyTagClassName
{
color: #F8608B;
}
</style>
background-color css
<style>
a { background-color: #F8608B; }
a { background-color: rgb(248,96,139); }
div.DivClassName
{
background-color: #F8608B;
}
.BgClassName
{
background-color: #F8608B;
}
</style>
border-color css
<style>
span { border-color: #F8608B; }
span { border-color: rgb(248,96,139); }
td.TdClassName
{
border-color: #F8608B;
}
.TagClassName
{
border-color: #F8608B;
}
</style>