Shades of Brink Pink #F1608C
Tints of Brink Pink #F1608C
RGB
CMYK
RGB Variations
Color information
#F1608C (or 0xF1608C) is known color: Brink Pink. HEX triplet: F1, 60 and 8C. RGB value is (241,96,140). Sum of RGB (Red+Green+Blue) = 241+96+140=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1608C is #0E9F73. Grayscale: #909090. Windows color (decimal): -958324 or 9199857. OLE color: 9199857.
HSL color Cylindrical-coordinate representation of color #F1608C: hue angle of 341.79º 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 #F1608C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 140 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.05 |
| HSL | 341.79º | 0.84% | 0.66% | - |
| HSV(B) | 341.79º | 0.6% | 0.95% | - |
| XYZ | 45.19 | 28.96 | 28.02 | - |
| YUV | 144.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 140 | 0 | 0.60 | 0.42 | 0.05 | 341.79 | 0.84 | 0.66 |
| Hex | F1 | 60 | 8C | 0 | 3C | 2A | 5 | 156 | 54 | 42 |
| Octal | 361 | 140 | 214 | 0 | 74 | 52 | 5 | 526 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10001100 | 0 | 111100 | 101010 | 101 | 101010110 | 1010100 | 1000010 |
Color Harmonies of #F1608C
Complementary color
Monochromatic Colors of #F1608C
Black with #F1608C
Text Example
Text Example
White with #F1608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1608C; }
p { color: rgb(241,96,140); }
H1.HeaderClassName
{
color: #F1608C;
}
.AnyTagClassName
{
color: #F1608C;
}
</style>
background-color css
<style>
a { background-color: #F1608C; }
a { background-color: rgb(241,96,140); }
div.DivClassName
{
background-color: #F1608C;
}
.BgClassName
{
background-color: #F1608C;
}
</style>
border-color css
<style>
span { border-color: #F1608C; }
span { border-color: rgb(241,96,140); }
td.TdClassName
{
border-color: #F1608C;
}
.TagClassName
{
border-color: #F1608C;
}
</style>