Shades of Brink Pink #F65D8C
Tints of Brink Pink #F65D8C
RGB
CMYK
RGB Variations
Color information
#F65D8C (or 0xF65D8C) is known color: Brink Pink. HEX triplet: F6, 5D and 8C. RGB value is (246,93,140). Sum of RGB (Red+Green+Blue) = 246+93+140=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D8C is #09A273. Grayscale: #909090. Windows color (decimal): -631412 or 9199094. OLE color: 9199094.
HSL color Cylindrical-coordinate representation of color #F65D8C: hue angle of 341.57º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D8C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 140 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.04 |
| HSL | 341.57º | 0.89% | 0.66% | - |
| HSV(B) | 341.57º | 0.62% | 0.96% | - |
| XYZ | 46.65 | 29.31 | 28.01 | - |
| YUV | 144.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 140 | 0 | 0.62 | 0.43 | 0.04 | 341.57 | 0.89 | 0.66 |
| Hex | F6 | 5D | 8C | 0 | 3E | 2B | 4 | 156 | 59 | 42 |
| Octal | 366 | 135 | 214 | 0 | 76 | 53 | 4 | 526 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10001100 | 0 | 111110 | 101011 | 100 | 101010110 | 1011001 | 1000010 |
Color Harmonies of #F65D8C
Complementary color
Monochromatic Colors of #F65D8C
Black with #F65D8C
Text Example
Text Example
White with #F65D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D8C; }
p { color: rgb(246,93,140); }
H1.HeaderClassName
{
color: #F65D8C;
}
.AnyTagClassName
{
color: #F65D8C;
}
</style>
background-color css
<style>
a { background-color: #F65D8C; }
a { background-color: rgb(246,93,140); }
div.DivClassName
{
background-color: #F65D8C;
}
.BgClassName
{
background-color: #F65D8C;
}
</style>
border-color css
<style>
span { border-color: #F65D8C; }
span { border-color: rgb(246,93,140); }
td.TdClassName
{
border-color: #F65D8C;
}
.TagClassName
{
border-color: #F65D8C;
}
</style>