Shades of Brink Pink #F6677D
Tints of Brink Pink #F6677D
RGB
CMYK
RGB Variations
Color information
#F6677D (or 0xF6677D) is known color: Brink Pink. HEX triplet: F6, 67 and 7D. RGB value is (246,103,125). Sum of RGB (Red+Green+Blue) = 246+103+125=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6677D is #099882. Grayscale: #949494. Windows color (decimal): -628867 or 8218614. OLE color: 8218614.
HSL color Cylindrical-coordinate representation of color #F6677D: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6677D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 125 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.04 |
| HSL | 350.77º | 0.89% | 0.68% | - |
| HSV(B) | 350.77º | 0.58% | 0.96% | - |
| XYZ | 46.56 | 30.77 | 22.89 | - |
| YUV | 148.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 125 | 0 | 0.58 | 0.49 | 0.04 | 350.77 | 0.89 | 0.68 |
| Hex | F6 | 67 | 7D | 0 | 3A | 31 | 4 | 15F | 59 | 44 |
| Octal | 366 | 147 | 175 | 0 | 72 | 61 | 4 | 537 | 131 | 104 |
| Binary | 11110110 | 1100111 | 1111101 | 0 | 111010 | 110001 | 100 | 101011111 | 1011001 | 1000100 |
Color Harmonies of #F6677D
Complementary color
Monochromatic Colors of #F6677D
Black with #F6677D
Text Example
Text Example
White with #F6677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6677D; }
p { color: rgb(246,103,125); }
H1.HeaderClassName
{
color: #F6677D;
}
.AnyTagClassName
{
color: #F6677D;
}
</style>
background-color css
<style>
a { background-color: #F6677D; }
a { background-color: rgb(246,103,125); }
div.DivClassName
{
background-color: #F6677D;
}
.BgClassName
{
background-color: #F6677D;
}
</style>
border-color css
<style>
span { border-color: #F6677D; }
span { border-color: rgb(246,103,125); }
td.TdClassName
{
border-color: #F6677D;
}
.TagClassName
{
border-color: #F6677D;
}
</style>