Shades of Brink Pink #F66678
Tints of Brink Pink #F66678
RGB
CMYK
RGB Variations
Color information
#F66678 (or 0xF66678) is known color: Brink Pink. HEX triplet: F6, 66 and 78. RGB value is (246,102,120). Sum of RGB (Red+Green+Blue) = 246+102+120=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F66678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66678 is #099987. Grayscale: #939393. Windows color (decimal): -629128 or 7890678. OLE color: 7890678.
HSL color Cylindrical-coordinate representation of color #F66678: hue angle of 352.5º 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 #F66678 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 120 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.04 |
| HSL | 352.5º | 0.89% | 0.68% | - |
| HSV(B) | 352.5º | 0.59% | 0.96% | - |
| XYZ | 46.15 | 30.45 | 21.21 | - |
| YUV | 147.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 120 | 0 | 0.59 | 0.51 | 0.04 | 352.5 | 0.89 | 0.68 |
| Hex | F6 | 66 | 78 | 0 | 3B | 33 | 4 | 160 | 59 | 44 |
| Octal | 366 | 146 | 170 | 0 | 73 | 63 | 4 | 540 | 131 | 104 |
| Binary | 11110110 | 1100110 | 1111000 | 0 | 111011 | 110011 | 100 | 101100000 | 1011001 | 1000100 |
Color Harmonies of #F66678
Complementary color
Monochromatic Colors of #F66678
Black with #F66678
Text Example
Text Example
White with #F66678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66678; }
p { color: rgb(246,102,120); }
H1.HeaderClassName
{
color: #F66678;
}
.AnyTagClassName
{
color: #F66678;
}
</style>
background-color css
<style>
a { background-color: #F66678; }
a { background-color: rgb(246,102,120); }
div.DivClassName
{
background-color: #F66678;
}
.BgClassName
{
background-color: #F66678;
}
</style>
border-color css
<style>
span { border-color: #F66678; }
span { border-color: rgb(246,102,120); }
td.TdClassName
{
border-color: #F66678;
}
.TagClassName
{
border-color: #F66678;
}
</style>