Shades of Brink Pink #F66A85
Tints of Brink Pink #F66A85
RGB
CMYK
RGB Variations
Color information
#F66A85 (or 0xF66A85) is known color: Brink Pink. HEX triplet: F6, 6A and 85. RGB value is (246,106,133). Sum of RGB (Red+Green+Blue) = 246+106+133=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66A85 is #09957A. Grayscale: #969696. Windows color (decimal): -628091 or 8743670. OLE color: 8743670.
HSL color Cylindrical-coordinate representation of color #F66A85: hue angle of 348.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66A85 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 133 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.04 |
| HSL | 348.43º | 0.89% | 0.69% | - |
| HSV(B) | 348.43º | 0.57% | 0.96% | - |
| XYZ | 47.39 | 31.59 | 25.79 | - |
| YUV | 150.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 133 | 0 | 0.57 | 0.46 | 0.04 | 348.43 | 0.89 | 0.69 |
| Hex | F6 | 6A | 85 | 0 | 39 | 2E | 4 | 15C | 59 | 45 |
| Octal | 366 | 152 | 205 | 0 | 71 | 56 | 4 | 534 | 131 | 105 |
| Binary | 11110110 | 1101010 | 10000101 | 0 | 111001 | 101110 | 100 | 101011100 | 1011001 | 1000101 |
Color Harmonies of #F66A85
Complementary color
Monochromatic Colors of #F66A85
Black with #F66A85
Text Example
Text Example
White with #F66A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A85; }
p { color: rgb(246,106,133); }
H1.HeaderClassName
{
color: #F66A85;
}
.AnyTagClassName
{
color: #F66A85;
}
</style>
background-color css
<style>
a { background-color: #F66A85; }
a { background-color: rgb(246,106,133); }
div.DivClassName
{
background-color: #F66A85;
}
.BgClassName
{
background-color: #F66A85;
}
</style>
border-color css
<style>
span { border-color: #F66A85; }
span { border-color: rgb(246,106,133); }
td.TdClassName
{
border-color: #F66A85;
}
.TagClassName
{
border-color: #F66A85;
}
</style>