Shades of Brink Pink #F6668B
Tints of Brink Pink #F6668B
RGB
CMYK
RGB Variations
Color information
#F6668B (or 0xF6668B) is known color: Brink Pink. HEX triplet: F6, 66 and 8B. RGB value is (246,102,139). Sum of RGB (Red+Green+Blue) = 246+102+139=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668B is #099974. Grayscale: #959595. Windows color (decimal): -629109 or 9135862. OLE color: 9135862.
HSL color Cylindrical-coordinate representation of color #F6668B: hue angle of 344.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6668B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 139 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.04 |
| HSL | 344.58º | 0.89% | 0.68% | - |
| HSV(B) | 344.58º | 0.59% | 0.96% | - |
| XYZ | 47.42 | 30.96 | 27.9 | - |
| YUV | 149.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 139 | 0 | 0.59 | 0.43 | 0.04 | 344.58 | 0.89 | 0.68 |
| Hex | F6 | 66 | 8B | 0 | 3B | 2B | 4 | 159 | 59 | 44 |
| Octal | 366 | 146 | 213 | 0 | 73 | 53 | 4 | 531 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10001011 | 0 | 111011 | 101011 | 100 | 101011001 | 1011001 | 1000100 |
Color Harmonies of #F6668B
Complementary color
Monochromatic Colors of #F6668B
Black with #F6668B
Text Example
Text Example
White with #F6668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6668B; }
p { color: rgb(246,102,139); }
H1.HeaderClassName
{
color: #F6668B;
}
.AnyTagClassName
{
color: #F6668B;
}
</style>
background-color css
<style>
a { background-color: #F6668B; }
a { background-color: rgb(246,102,139); }
div.DivClassName
{
background-color: #F6668B;
}
.BgClassName
{
background-color: #F6668B;
}
</style>
border-color css
<style>
span { border-color: #F6668B; }
span { border-color: rgb(246,102,139); }
td.TdClassName
{
border-color: #F6668B;
}
.TagClassName
{
border-color: #F6668B;
}
</style>