Shades of Brink Pink #F65C7F
Tints of Brink Pink #F65C7F
RGB
CMYK
RGB Variations
Color information
#F65C7F (or 0xF65C7F) is known color: Brink Pink. HEX triplet: F6, 5C and 7F. RGB value is (246,92,127). Sum of RGB (Red+Green+Blue) = 246+92+127=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C7F is #09A380. Grayscale: #8E8E8E. Windows color (decimal): -631681 or 8346870. OLE color: 8346870.
HSL color Cylindrical-coordinate representation of color #F65C7F: hue angle of 346.36º 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 #F65C7F is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 127 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.04 |
| HSL | 346.36º | 0.9% | 0.66% | - |
| HSV(B) | 346.36º | 0.63% | 0.96% | - |
| XYZ | 45.66 | 28.78 | 23.23 | - |
| YUV | 142.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 127 | 0 | 0.63 | 0.48 | 0.04 | 346.36 | 0.9 | 0.66 |
| Hex | F6 | 5C | 7F | 0 | 3F | 30 | 4 | 15A | 5A | 42 |
| Octal | 366 | 134 | 177 | 0 | 77 | 60 | 4 | 532 | 132 | 102 |
| Binary | 11110110 | 1011100 | 1111111 | 0 | 111111 | 110000 | 100 | 101011010 | 1011010 | 1000010 |
Color Harmonies of #F65C7F
Complementary color
Monochromatic Colors of #F65C7F
Black with #F65C7F
Text Example
Text Example
White with #F65C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C7F; }
p { color: rgb(246,92,127); }
H1.HeaderClassName
{
color: #F65C7F;
}
.AnyTagClassName
{
color: #F65C7F;
}
</style>
background-color css
<style>
a { background-color: #F65C7F; }
a { background-color: rgb(246,92,127); }
div.DivClassName
{
background-color: #F65C7F;
}
.BgClassName
{
background-color: #F65C7F;
}
</style>
border-color css
<style>
span { border-color: #F65C7F; }
span { border-color: rgb(246,92,127); }
td.TdClassName
{
border-color: #F65C7F;
}
.TagClassName
{
border-color: #F65C7F;
}
</style>