Shades of Brink Pink #F66192
Tints of Brink Pink #F66192
RGB
CMYK
RGB Variations
Color information
#F66192 (or 0xF66192) is known color: Brink Pink. HEX triplet: F6, 61 and 92. RGB value is (246,97,146). Sum of RGB (Red+Green+Blue) = 246+97+146=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F66192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66192 is #099E6D. Grayscale: #939393. Windows color (decimal): -630382 or 9593334. OLE color: 9593334.
HSL color Cylindrical-coordinate representation of color #F66192: hue angle of 340.27º 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 #F66192 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 146 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.04 |
| HSL | 340.27º | 0.89% | 0.67% | - |
| HSV(B) | 340.27º | 0.61% | 0.96% | - |
| XYZ | 47.47 | 30.22 | 30.52 | - |
| YUV | 147.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 146 | 0 | 0.61 | 0.41 | 0.04 | 340.27 | 0.89 | 0.67 |
| Hex | F6 | 61 | 92 | 0 | 3D | 29 | 4 | 154 | 59 | 43 |
| Octal | 366 | 141 | 222 | 0 | 75 | 51 | 4 | 524 | 131 | 103 |
| Binary | 11110110 | 1100001 | 10010010 | 0 | 111101 | 101001 | 100 | 101010100 | 1011001 | 1000011 |
Color Harmonies of #F66192
Complementary color
Monochromatic Colors of #F66192
Black with #F66192
Text Example
Text Example
White with #F66192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66192; }
p { color: rgb(246,97,146); }
H1.HeaderClassName
{
color: #F66192;
}
.AnyTagClassName
{
color: #F66192;
}
</style>
background-color css
<style>
a { background-color: #F66192; }
a { background-color: rgb(246,97,146); }
div.DivClassName
{
background-color: #F66192;
}
.BgClassName
{
background-color: #F66192;
}
</style>
border-color css
<style>
span { border-color: #F66192; }
span { border-color: rgb(246,97,146); }
td.TdClassName
{
border-color: #F66192;
}
.TagClassName
{
border-color: #F66192;
}
</style>