Shades of Brink Pink #F65C8C
Tints of Brink Pink #F65C8C
RGB
CMYK
RGB Variations
Color information
#F65C8C (or 0xF65C8C) is known color: Brink Pink. HEX triplet: F6, 5C and 8C. RGB value is (246,92,140). Sum of RGB (Red+Green+Blue) = 246+92+140=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C8C is #09A373. Grayscale: #8F8F8F. Windows color (decimal): -631668 or 9198838. OLE color: 9198838.
HSL color Cylindrical-coordinate representation of color #F65C8C: hue angle of 341.3º 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 #F65C8C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 140 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.04 |
| HSL | 341.3º | 0.9% | 0.66% | - |
| HSV(B) | 341.3º | 0.63% | 0.96% | - |
| XYZ | 46.57 | 29.14 | 27.98 | - |
| YUV | 143.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 140 | 0 | 0.63 | 0.43 | 0.04 | 341.3 | 0.9 | 0.66 |
| Hex | F6 | 5C | 8C | 0 | 3F | 2B | 4 | 155 | 5A | 42 |
| Octal | 366 | 134 | 214 | 0 | 77 | 53 | 4 | 525 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10001100 | 0 | 111111 | 101011 | 100 | 101010101 | 1011010 | 1000010 |
Color Harmonies of #F65C8C
Complementary color
Monochromatic Colors of #F65C8C
Black with #F65C8C
Text Example
Text Example
White with #F65C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C8C; }
p { color: rgb(246,92,140); }
H1.HeaderClassName
{
color: #F65C8C;
}
.AnyTagClassName
{
color: #F65C8C;
}
</style>
background-color css
<style>
a { background-color: #F65C8C; }
a { background-color: rgb(246,92,140); }
div.DivClassName
{
background-color: #F65C8C;
}
.BgClassName
{
background-color: #F65C8C;
}
</style>
border-color css
<style>
span { border-color: #F65C8C; }
span { border-color: rgb(246,92,140); }
td.TdClassName
{
border-color: #F65C8C;
}
.TagClassName
{
border-color: #F65C8C;
}
</style>