Shades of Brink Pink #F6668D
Tints of Brink Pink #F6668D
RGB
CMYK
RGB Variations
Color information
#F6668D (or 0xF6668D) is known color: Brink Pink. HEX triplet: F6, 66 and 8D. RGB value is (246,102,141). Sum of RGB (Red+Green+Blue) = 246+102+141=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668D is #099972. Grayscale: #959595. Windows color (decimal): -629107 or 9266934. OLE color: 9266934.
HSL color Cylindrical-coordinate representation of color #F6668D: hue angle of 343.75º 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 #F6668D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 141 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.04 |
| HSL | 343.75º | 0.89% | 0.68% | - |
| HSV(B) | 343.75º | 0.59% | 0.96% | - |
| XYZ | 47.57 | 31.02 | 28.68 | - |
| YUV | 149.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 141 | 0 | 0.59 | 0.43 | 0.04 | 343.75 | 0.89 | 0.68 |
| Hex | F6 | 66 | 8D | 0 | 3B | 2B | 4 | 158 | 59 | 44 |
| Octal | 366 | 146 | 215 | 0 | 73 | 53 | 4 | 530 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10001101 | 0 | 111011 | 101011 | 100 | 101011000 | 1011001 | 1000100 |
Color Harmonies of #F6668D
Complementary color
Monochromatic Colors of #F6668D
Black with #F6668D
Text Example
Text Example
White with #F6668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6668D; }
p { color: rgb(246,102,141); }
H1.HeaderClassName
{
color: #F6668D;
}
.AnyTagClassName
{
color: #F6668D;
}
</style>
background-color css
<style>
a { background-color: #F6668D; }
a { background-color: rgb(246,102,141); }
div.DivClassName
{
background-color: #F6668D;
}
.BgClassName
{
background-color: #F6668D;
}
</style>
border-color css
<style>
span { border-color: #F6668D; }
span { border-color: rgb(246,102,141); }
td.TdClassName
{
border-color: #F6668D;
}
.TagClassName
{
border-color: #F6668D;
}
</style>