Shades of Brink Pink #F65F8C
Tints of Brink Pink #F65F8C
RGB
CMYK
RGB Variations
Color information
#F65F8C (or 0xF65F8C) is known color: Brink Pink. HEX triplet: F6, 5F and 8C. RGB value is (246,95,140). Sum of RGB (Red+Green+Blue) = 246+95+140=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F8C is #09A073. Grayscale: #919191. Windows color (decimal): -630900 or 9199606. OLE color: 9199606.
HSL color Cylindrical-coordinate representation of color #F65F8C: hue angle of 342.12º 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 #F65F8C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 140 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.04 |
| HSL | 342.12º | 0.89% | 0.67% | - |
| HSV(B) | 342.12º | 0.61% | 0.96% | - |
| XYZ | 46.83 | 29.67 | 28.07 | - |
| YUV | 145.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 140 | 0 | 0.61 | 0.43 | 0.04 | 342.12 | 0.89 | 0.67 |
| Hex | F6 | 5F | 8C | 0 | 3D | 2B | 4 | 156 | 59 | 43 |
| Octal | 366 | 137 | 214 | 0 | 75 | 53 | 4 | 526 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10001100 | 0 | 111101 | 101011 | 100 | 101010110 | 1011001 | 1000011 |
Color Harmonies of #F65F8C
Complementary color
Monochromatic Colors of #F65F8C
Black with #F65F8C
Text Example
Text Example
White with #F65F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F8C; }
p { color: rgb(246,95,140); }
H1.HeaderClassName
{
color: #F65F8C;
}
.AnyTagClassName
{
color: #F65F8C;
}
</style>
background-color css
<style>
a { background-color: #F65F8C; }
a { background-color: rgb(246,95,140); }
div.DivClassName
{
background-color: #F65F8C;
}
.BgClassName
{
background-color: #F65F8C;
}
</style>
border-color css
<style>
span { border-color: #F65F8C; }
span { border-color: rgb(246,95,140); }
td.TdClassName
{
border-color: #F65F8C;
}
.TagClassName
{
border-color: #F65F8C;
}
</style>