Shades of Brink Pink #F6657F
Tints of Brink Pink #F6657F
RGB
CMYK
RGB Variations
Color information
#F6657F (or 0xF6657F) is known color: Brink Pink. HEX triplet: F6, 65 and 7F. RGB value is (246,101,127). Sum of RGB (Red+Green+Blue) = 246+101+127=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6657F is #099A80. Grayscale: #939393. Windows color (decimal): -629377 or 8349174. OLE color: 8349174.
HSL color Cylindrical-coordinate representation of color #F6657F: hue angle of 349.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6657F is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 127 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.04 |
| HSL | 349.24º | 0.89% | 0.68% | - |
| HSV(B) | 349.24º | 0.59% | 0.96% | - |
| XYZ | 46.49 | 30.43 | 23.5 | - |
| YUV | 147.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 127 | 0 | 0.59 | 0.48 | 0.04 | 349.24 | 0.89 | 0.68 |
| Hex | F6 | 65 | 7F | 0 | 3B | 30 | 4 | 15D | 59 | 44 |
| Octal | 366 | 145 | 177 | 0 | 73 | 60 | 4 | 535 | 131 | 104 |
| Binary | 11110110 | 1100101 | 1111111 | 0 | 111011 | 110000 | 100 | 101011101 | 1011001 | 1000100 |
Color Harmonies of #F6657F
Complementary color
Monochromatic Colors of #F6657F
Black with #F6657F
Text Example
Text Example
White with #F6657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6657F; }
p { color: rgb(246,101,127); }
H1.HeaderClassName
{
color: #F6657F;
}
.AnyTagClassName
{
color: #F6657F;
}
</style>
background-color css
<style>
a { background-color: #F6657F; }
a { background-color: rgb(246,101,127); }
div.DivClassName
{
background-color: #F6657F;
}
.BgClassName
{
background-color: #F6657F;
}
</style>
border-color css
<style>
span { border-color: #F6657F; }
span { border-color: rgb(246,101,127); }
td.TdClassName
{
border-color: #F6657F;
}
.TagClassName
{
border-color: #F6657F;
}
</style>