Shades of Brink Pink #F1608B
Tints of Brink Pink #F1608B
RGB
CMYK
RGB Variations
Color information
#F1608B (or 0xF1608B) is known color: Brink Pink. HEX triplet: F1, 60 and 8B. RGB value is (241,96,139). Sum of RGB (Red+Green+Blue) = 241+96+139=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1608B is #0E9F74. Grayscale: #909090. Windows color (decimal): -958325 or 9134321. OLE color: 9134321.
HSL color Cylindrical-coordinate representation of color #F1608B: hue angle of 342.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1608B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 139 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.05 |
| HSL | 342.21º | 0.84% | 0.66% | - |
| HSV(B) | 342.21º | 0.6% | 0.95% | - |
| XYZ | 45.12 | 28.93 | 27.63 | - |
| YUV | 144.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 139 | 0 | 0.60 | 0.42 | 0.05 | 342.21 | 0.84 | 0.66 |
| Hex | F1 | 60 | 8B | 0 | 3C | 2A | 5 | 156 | 54 | 42 |
| Octal | 361 | 140 | 213 | 0 | 74 | 52 | 5 | 526 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10001011 | 0 | 111100 | 101010 | 101 | 101010110 | 1010100 | 1000010 |
Color Harmonies of #F1608B
Complementary color
Monochromatic Colors of #F1608B
Black with #F1608B
Text Example
Text Example
White with #F1608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1608B; }
p { color: rgb(241,96,139); }
H1.HeaderClassName
{
color: #F1608B;
}
.AnyTagClassName
{
color: #F1608B;
}
</style>
background-color css
<style>
a { background-color: #F1608B; }
a { background-color: rgb(241,96,139); }
div.DivClassName
{
background-color: #F1608B;
}
.BgClassName
{
background-color: #F1608B;
}
</style>
border-color css
<style>
span { border-color: #F1608B; }
span { border-color: rgb(241,96,139); }
td.TdClassName
{
border-color: #F1608B;
}
.TagClassName
{
border-color: #F1608B;
}
</style>