Shades of Brink Pink #F65E8C
Tints of Brink Pink #F65E8C
RGB
CMYK
RGB Variations
Color information
#F65E8C (or 0xF65E8C) is known color: Brink Pink. HEX triplet: F6, 5E and 8C. RGB value is (246,94,140). Sum of RGB (Red+Green+Blue) = 246+94+140=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65E8C is #09A173. Grayscale: #909090. Windows color (decimal): -631156 or 9199350. OLE color: 9199350.
HSL color Cylindrical-coordinate representation of color #F65E8C: hue angle of 341.84º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65E8C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 140 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.04 |
| HSL | 341.84º | 0.89% | 0.67% | - |
| HSV(B) | 341.84º | 0.62% | 0.96% | - |
| XYZ | 46.74 | 29.49 | 28.04 | - |
| YUV | 144.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 140 | 0 | 0.62 | 0.43 | 0.04 | 341.84 | 0.89 | 0.67 |
| Hex | F6 | 5E | 8C | 0 | 3E | 2B | 4 | 156 | 59 | 43 |
| Octal | 366 | 136 | 214 | 0 | 76 | 53 | 4 | 526 | 131 | 103 |
| Binary | 11110110 | 1011110 | 10001100 | 0 | 111110 | 101011 | 100 | 101010110 | 1011001 | 1000011 |
Color Harmonies of #F65E8C
Complementary color
Monochromatic Colors of #F65E8C
Black with #F65E8C
Text Example
Text Example
White with #F65E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E8C; }
p { color: rgb(246,94,140); }
H1.HeaderClassName
{
color: #F65E8C;
}
.AnyTagClassName
{
color: #F65E8C;
}
</style>
background-color css
<style>
a { background-color: #F65E8C; }
a { background-color: rgb(246,94,140); }
div.DivClassName
{
background-color: #F65E8C;
}
.BgClassName
{
background-color: #F65E8C;
}
</style>
border-color css
<style>
span { border-color: #F65E8C; }
span { border-color: rgb(246,94,140); }
td.TdClassName
{
border-color: #F65E8C;
}
.TagClassName
{
border-color: #F65E8C;
}
</style>