Shades of Brink Pink #F65C8B
Tints of Brink Pink #F65C8B
RGB
CMYK
RGB Variations
Color information
#F65C8B (or 0xF65C8B) is known color: Brink Pink. HEX triplet: F6, 5C and 8B. RGB value is (246,92,139). Sum of RGB (Red+Green+Blue) = 246+92+139=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C8B is #09A374. Grayscale: #8F8F8F. Windows color (decimal): -631669 or 9133302. OLE color: 9133302.
HSL color Cylindrical-coordinate representation of color #F65C8B: hue angle of 341.69º 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 #F65C8B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 139 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.04 |
| HSL | 341.69º | 0.9% | 0.66% | - |
| HSV(B) | 341.69º | 0.63% | 0.96% | - |
| XYZ | 46.49 | 29.11 | 27.59 | - |
| YUV | 143.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 139 | 0 | 0.63 | 0.43 | 0.04 | 341.69 | 0.9 | 0.66 |
| Hex | F6 | 5C | 8B | 0 | 3F | 2B | 4 | 156 | 5A | 42 |
| Octal | 366 | 134 | 213 | 0 | 77 | 53 | 4 | 526 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10001011 | 0 | 111111 | 101011 | 100 | 101010110 | 1011010 | 1000010 |
Color Harmonies of #F65C8B
Complementary color
Monochromatic Colors of #F65C8B
Black with #F65C8B
Text Example
Text Example
White with #F65C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C8B; }
p { color: rgb(246,92,139); }
H1.HeaderClassName
{
color: #F65C8B;
}
.AnyTagClassName
{
color: #F65C8B;
}
</style>
background-color css
<style>
a { background-color: #F65C8B; }
a { background-color: rgb(246,92,139); }
div.DivClassName
{
background-color: #F65C8B;
}
.BgClassName
{
background-color: #F65C8B;
}
</style>
border-color css
<style>
span { border-color: #F65C8B; }
span { border-color: rgb(246,92,139); }
td.TdClassName
{
border-color: #F65C8B;
}
.TagClassName
{
border-color: #F65C8B;
}
</style>