Shades of Brink Pink #F66792
Tints of Brink Pink #F66792
RGB
CMYK
RGB Variations
Color information
#F66792 (or 0xF66792) is known color: Brink Pink. HEX triplet: F6, 67 and 92. RGB value is (246,103,146). Sum of RGB (Red+Green+Blue) = 246+103+146=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F66792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66792 is #09986D. Grayscale: #969696. Windows color (decimal): -628846 or 9594870. OLE color: 9594870.
HSL color Cylindrical-coordinate representation of color #F66792: hue angle of 341.96º 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 #F66792 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 146 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.04 |
| HSL | 341.96º | 0.89% | 0.68% | - |
| HSV(B) | 341.96º | 0.58% | 0.96% | - |
| XYZ | 48.04 | 31.37 | 30.72 | - |
| YUV | 150.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 146 | 0 | 0.58 | 0.41 | 0.04 | 341.96 | 0.89 | 0.68 |
| Hex | F6 | 67 | 92 | 0 | 3A | 29 | 4 | 156 | 59 | 44 |
| Octal | 366 | 147 | 222 | 0 | 72 | 51 | 4 | 526 | 131 | 104 |
| Binary | 11110110 | 1100111 | 10010010 | 0 | 111010 | 101001 | 100 | 101010110 | 1011001 | 1000100 |
Color Harmonies of #F66792
Complementary color
Monochromatic Colors of #F66792
Black with #F66792
Text Example
Text Example
White with #F66792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66792; }
p { color: rgb(246,103,146); }
H1.HeaderClassName
{
color: #F66792;
}
.AnyTagClassName
{
color: #F66792;
}
</style>
background-color css
<style>
a { background-color: #F66792; }
a { background-color: rgb(246,103,146); }
div.DivClassName
{
background-color: #F66792;
}
.BgClassName
{
background-color: #F66792;
}
</style>
border-color css
<style>
span { border-color: #F66792; }
span { border-color: rgb(246,103,146); }
td.TdClassName
{
border-color: #F66792;
}
.TagClassName
{
border-color: #F66792;
}
</style>