Shades of Brink Pink #F6667B
Tints of Brink Pink #F6667B
RGB
CMYK
RGB Variations
Color information
#F6667B (or 0xF6667B) is known color: Brink Pink. HEX triplet: F6, 66 and 7B. RGB value is (246,102,123). Sum of RGB (Red+Green+Blue) = 246+102+123=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6667B is #099984. Grayscale: #939393. Windows color (decimal): -629125 or 8087286. OLE color: 8087286.
HSL color Cylindrical-coordinate representation of color #F6667B: hue angle of 351.25º 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 #F6667B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 123 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.04 |
| HSL | 351.25º | 0.89% | 0.68% | - |
| HSV(B) | 351.25º | 0.59% | 0.96% | - |
| XYZ | 46.33 | 30.53 | 22.19 | - |
| YUV | 147.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 123 | 0 | 0.59 | 0.50 | 0.04 | 351.25 | 0.89 | 0.68 |
| Hex | F6 | 66 | 7B | 0 | 3B | 32 | 4 | 15F | 59 | 44 |
| Octal | 366 | 146 | 173 | 0 | 73 | 62 | 4 | 537 | 131 | 104 |
| Binary | 11110110 | 1100110 | 1111011 | 0 | 111011 | 110010 | 100 | 101011111 | 1011001 | 1000100 |
Color Harmonies of #F6667B
Complementary color
Monochromatic Colors of #F6667B
Black with #F6667B
Text Example
Text Example
White with #F6667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6667B; }
p { color: rgb(246,102,123); }
H1.HeaderClassName
{
color: #F6667B;
}
.AnyTagClassName
{
color: #F6667B;
}
</style>
background-color css
<style>
a { background-color: #F6667B; }
a { background-color: rgb(246,102,123); }
div.DivClassName
{
background-color: #F6667B;
}
.BgClassName
{
background-color: #F6667B;
}
</style>
border-color css
<style>
span { border-color: #F6667B; }
span { border-color: rgb(246,102,123); }
td.TdClassName
{
border-color: #F6667B;
}
.TagClassName
{
border-color: #F6667B;
}
</style>