Shades of Brink Pink #F65C80
Tints of Brink Pink #F65C80
RGB
CMYK
RGB Variations
Color information
#F65C80 (or 0xF65C80) is known color: Brink Pink. HEX triplet: F6, 5C and 80. RGB value is (246,92,128). Sum of RGB (Red+Green+Blue) = 246+92+128=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C80 is #09A37F. Grayscale: #8E8E8E. Windows color (decimal): -631680 or 8412406. OLE color: 8412406.
HSL color Cylindrical-coordinate representation of color #F65C80: hue angle of 345.97º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C80 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 128 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.04 |
| HSL | 345.97º | 0.9% | 0.66% | - |
| HSV(B) | 345.97º | 0.63% | 0.96% | - |
| XYZ | 45.73 | 28.81 | 23.57 | - |
| YUV | 142.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 128 | 0 | 0.63 | 0.48 | 0.04 | 345.97 | 0.9 | 0.66 |
| Hex | F6 | 5C | 80 | 0 | 3F | 30 | 4 | 15A | 5A | 42 |
| Octal | 366 | 134 | 200 | 0 | 77 | 60 | 4 | 532 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10000000 | 0 | 111111 | 110000 | 100 | 101011010 | 1011010 | 1000010 |
Color Harmonies of #F65C80
Complementary color
Monochromatic Colors of #F65C80
Black with #F65C80
Text Example
Text Example
White with #F65C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C80; }
p { color: rgb(246,92,128); }
H1.HeaderClassName
{
color: #F65C80;
}
.AnyTagClassName
{
color: #F65C80;
}
</style>
background-color css
<style>
a { background-color: #F65C80; }
a { background-color: rgb(246,92,128); }
div.DivClassName
{
background-color: #F65C80;
}
.BgClassName
{
background-color: #F65C80;
}
</style>
border-color css
<style>
span { border-color: #F65C80; }
span { border-color: rgb(246,92,128); }
td.TdClassName
{
border-color: #F65C80;
}
.TagClassName
{
border-color: #F65C80;
}
</style>