Shades of Brink Pink #F65F8D
Tints of Brink Pink #F65F8D
RGB
CMYK
RGB Variations
Color information
#F65F8D (or 0xF65F8D) is known color: Brink Pink. HEX triplet: F6, 5F and 8D. RGB value is (246,95,141). Sum of RGB (Red+Green+Blue) = 246+95+141=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F8D is #09A072. Grayscale: #919191. Windows color (decimal): -630899 or 9265142. OLE color: 9265142.
HSL color Cylindrical-coordinate representation of color #F65F8D: hue angle of 341.72º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F8D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 141 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.04 |
| HSL | 341.72º | 0.89% | 0.67% | - |
| HSV(B) | 341.72º | 0.61% | 0.96% | - |
| XYZ | 46.91 | 29.7 | 28.46 | - |
| YUV | 145.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 141 | 0 | 0.61 | 0.43 | 0.04 | 341.72 | 0.89 | 0.67 |
| Hex | F6 | 5F | 8D | 0 | 3D | 2B | 4 | 156 | 59 | 43 |
| Octal | 366 | 137 | 215 | 0 | 75 | 53 | 4 | 526 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10001101 | 0 | 111101 | 101011 | 100 | 101010110 | 1011001 | 1000011 |
Color Harmonies of #F65F8D
Complementary color
Monochromatic Colors of #F65F8D
Black with #F65F8D
Text Example
Text Example
White with #F65F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F8D; }
p { color: rgb(246,95,141); }
H1.HeaderClassName
{
color: #F65F8D;
}
.AnyTagClassName
{
color: #F65F8D;
}
</style>
background-color css
<style>
a { background-color: #F65F8D; }
a { background-color: rgb(246,95,141); }
div.DivClassName
{
background-color: #F65F8D;
}
.BgClassName
{
background-color: #F65F8D;
}
</style>
border-color css
<style>
span { border-color: #F65F8D; }
span { border-color: rgb(246,95,141); }
td.TdClassName
{
border-color: #F65F8D;
}
.TagClassName
{
border-color: #F65F8D;
}
</style>