Shades of Brink Pink #F6667A
Tints of Brink Pink #F6667A
RGB
CMYK
RGB Variations
Color information
#F6667A (or 0xF6667A) is known color: Brink Pink. HEX triplet: F6, 66 and 7A. RGB value is (246,102,122). Sum of RGB (Red+Green+Blue) = 246+102+122=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6667A is #099985. Grayscale: #939393. Windows color (decimal): -629126 or 8021750. OLE color: 8021750.
HSL color Cylindrical-coordinate representation of color #F6667A: hue angle of 351.67º 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 #F6667A is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 122 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.04 |
| HSL | 351.67º | 0.89% | 0.68% | - |
| HSV(B) | 351.67º | 0.59% | 0.96% | - |
| XYZ | 46.27 | 30.5 | 21.86 | - |
| YUV | 147.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 122 | 0 | 0.59 | 0.50 | 0.04 | 351.67 | 0.89 | 0.68 |
| Hex | F6 | 66 | 7A | 0 | 3B | 32 | 4 | 160 | 59 | 44 |
| Octal | 366 | 146 | 172 | 0 | 73 | 62 | 4 | 540 | 131 | 104 |
| Binary | 11110110 | 1100110 | 1111010 | 0 | 111011 | 110010 | 100 | 101100000 | 1011001 | 1000100 |
Color Harmonies of #F6667A
Complementary color
Monochromatic Colors of #F6667A
Black with #F6667A
Text Example
Text Example
White with #F6667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6667A; }
p { color: rgb(246,102,122); }
H1.HeaderClassName
{
color: #F6667A;
}
.AnyTagClassName
{
color: #F6667A;
}
</style>
background-color css
<style>
a { background-color: #F6667A; }
a { background-color: rgb(246,102,122); }
div.DivClassName
{
background-color: #F6667A;
}
.BgClassName
{
background-color: #F6667A;
}
</style>
border-color css
<style>
span { border-color: #F6667A; }
span { border-color: rgb(246,102,122); }
td.TdClassName
{
border-color: #F6667A;
}
.TagClassName
{
border-color: #F6667A;
}
</style>