Shades of Brink Pink #F6608C
Tints of Brink Pink #F6608C
RGB
CMYK
RGB Variations
Color information
#F6608C (or 0xF6608C) is known color: Brink Pink. HEX triplet: F6, 60 and 8C. RGB value is (246,96,140). Sum of RGB (Red+Green+Blue) = 246+96+140=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6608C is #099F73. Grayscale: #919191. Windows color (decimal): -630644 or 9199862. OLE color: 9199862.
HSL color Cylindrical-coordinate representation of color #F6608C: hue angle of 342.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6608C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 140 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.04 |
| HSL | 342.4º | 0.89% | 0.67% | - |
| HSV(B) | 342.4º | 0.61% | 0.96% | - |
| XYZ | 46.92 | 29.85 | 28.1 | - |
| YUV | 145.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 140 | 0 | 0.61 | 0.43 | 0.04 | 342.4 | 0.89 | 0.67 |
| Hex | F6 | 60 | 8C | 0 | 3D | 2B | 4 | 156 | 59 | 43 |
| Octal | 366 | 140 | 214 | 0 | 75 | 53 | 4 | 526 | 131 | 103 |
| Binary | 11110110 | 1100000 | 10001100 | 0 | 111101 | 101011 | 100 | 101010110 | 1011001 | 1000011 |
Color Harmonies of #F6608C
Complementary color
Monochromatic Colors of #F6608C
Black with #F6608C
Text Example
Text Example
White with #F6608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6608C; }
p { color: rgb(246,96,140); }
H1.HeaderClassName
{
color: #F6608C;
}
.AnyTagClassName
{
color: #F6608C;
}
</style>
background-color css
<style>
a { background-color: #F6608C; }
a { background-color: rgb(246,96,140); }
div.DivClassName
{
background-color: #F6608C;
}
.BgClassName
{
background-color: #F6608C;
}
</style>
border-color css
<style>
span { border-color: #F6608C; }
span { border-color: rgb(246,96,140); }
td.TdClassName
{
border-color: #F6608C;
}
.TagClassName
{
border-color: #F6608C;
}
</style>