Shades of Brink Pink #F65C85
Tints of Brink Pink #F65C85
RGB
CMYK
RGB Variations
Color information
#F65C85 (or 0xF65C85) is known color: Brink Pink. HEX triplet: F6, 5C and 85. RGB value is (246,92,133). Sum of RGB (Red+Green+Blue) = 246+92+133=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C85 is #09A37A. Grayscale: #8E8E8E. Windows color (decimal): -631675 or 8740086. OLE color: 8740086.
HSL color Cylindrical-coordinate representation of color #F65C85: hue angle of 344.03º 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 #F65C85 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 133 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.04 |
| HSL | 344.03º | 0.9% | 0.66% | - |
| HSV(B) | 344.03º | 0.63% | 0.96% | - |
| XYZ | 46.07 | 28.94 | 25.35 | - |
| YUV | 142.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 133 | 0 | 0.63 | 0.46 | 0.04 | 344.03 | 0.9 | 0.66 |
| Hex | F6 | 5C | 85 | 0 | 3F | 2E | 4 | 158 | 5A | 42 |
| Octal | 366 | 134 | 205 | 0 | 77 | 56 | 4 | 530 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10000101 | 0 | 111111 | 101110 | 100 | 101011000 | 1011010 | 1000010 |
Color Harmonies of #F65C85
Complementary color
Monochromatic Colors of #F65C85
Black with #F65C85
Text Example
Text Example
White with #F65C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C85; }
p { color: rgb(246,92,133); }
H1.HeaderClassName
{
color: #F65C85;
}
.AnyTagClassName
{
color: #F65C85;
}
</style>
background-color css
<style>
a { background-color: #F65C85; }
a { background-color: rgb(246,92,133); }
div.DivClassName
{
background-color: #F65C85;
}
.BgClassName
{
background-color: #F65C85;
}
</style>
border-color css
<style>
span { border-color: #F65C85; }
span { border-color: rgb(246,92,133); }
td.TdClassName
{
border-color: #F65C85;
}
.TagClassName
{
border-color: #F65C85;
}
</style>