Shades of Brink Pink #F9608D
Tints of Brink Pink #F9608D
RGB
CMYK
RGB Variations
Color information
#F9608D (or 0xF9608D) is known color: Brink Pink. HEX triplet: F9, 60 and 8D. RGB value is (249,96,141). Sum of RGB (Red+Green+Blue) = 249+96+141=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9608D is #069F72. Grayscale: #929292. Windows color (decimal): -434035 or 9265401. OLE color: 9265401.
HSL color Cylindrical-coordinate representation of color #F9608D: hue angle of 342.35º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9608D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 141 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.02 |
| HSL | 342.35º | 0.93% | 0.68% | - |
| HSV(B) | 342.35º | 0.61% | 0.98% | - |
| XYZ | 48.06 | 30.43 | 28.54 | - |
| YUV | 146.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 141 | 0 | 0.61 | 0.43 | 0.02 | 342.35 | 0.93 | 0.68 |
| Hex | F9 | 60 | 8D | 0 | 3D | 2B | 2 | 156 | 5D | 44 |
| Octal | 371 | 140 | 215 | 0 | 75 | 53 | 2 | 526 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10001101 | 0 | 111101 | 101011 | 10 | 101010110 | 1011101 | 1000100 |
Color Harmonies of #F9608D
Complementary color
Monochromatic Colors of #F9608D
Black with #F9608D
Text Example
Text Example
White with #F9608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9608D; }
p { color: rgb(249,96,141); }
H1.HeaderClassName
{
color: #F9608D;
}
.AnyTagClassName
{
color: #F9608D;
}
</style>
background-color css
<style>
a { background-color: #F9608D; }
a { background-color: rgb(249,96,141); }
div.DivClassName
{
background-color: #F9608D;
}
.BgClassName
{
background-color: #F9608D;
}
</style>
border-color css
<style>
span { border-color: #F9608D; }
span { border-color: rgb(249,96,141); }
td.TdClassName
{
border-color: #F9608D;
}
.TagClassName
{
border-color: #F9608D;
}
</style>