Shades of Brink Pink #F65C7B
Tints of Brink Pink #F65C7B
RGB
CMYK
RGB Variations
Color information
#F65C7B (or 0xF65C7B) is known color: Brink Pink. HEX triplet: F6, 5C and 7B. RGB value is (246,92,123). Sum of RGB (Red+Green+Blue) = 246+92+123=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C7B is #09A384. Grayscale: #8D8D8D. Windows color (decimal): -631685 or 8084726. OLE color: 8084726.
HSL color Cylindrical-coordinate representation of color #F65C7B: hue angle of 347.92º 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 #F65C7B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 123 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.04 |
| HSL | 347.92º | 0.9% | 0.66% | - |
| HSV(B) | 347.92º | 0.63% | 0.96% | - |
| XYZ | 45.41 | 28.68 | 21.88 | - |
| YUV | 141.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 123 | 0 | 0.63 | 0.50 | 0.04 | 347.92 | 0.9 | 0.66 |
| Hex | F6 | 5C | 7B | 0 | 3F | 32 | 4 | 15C | 5A | 42 |
| Octal | 366 | 134 | 173 | 0 | 77 | 62 | 4 | 534 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1111011 | 0 | 111111 | 110010 | 100 | 101011100 | 1011010 | 1000010 |
Color Harmonies of #F65C7B
Complementary color
Monochromatic Colors of #F65C7B
Black with #F65C7B
Text Example
Text Example
White with #F65C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C7B; }
p { color: rgb(246,92,123); }
H1.HeaderClassName
{
color: #F65C7B;
}
.AnyTagClassName
{
color: #F65C7B;
}
</style>
background-color css
<style>
a { background-color: #F65C7B; }
a { background-color: rgb(246,92,123); }
div.DivClassName
{
background-color: #F65C7B;
}
.BgClassName
{
background-color: #F65C7B;
}
</style>
border-color css
<style>
span { border-color: #F65C7B; }
span { border-color: rgb(246,92,123); }
td.TdClassName
{
border-color: #F65C7B;
}
.TagClassName
{
border-color: #F65C7B;
}
</style>