Shades of Brink Pink #F65D80
Tints of Brink Pink #F65D80
RGB
CMYK
RGB Variations
Color information
#F65D80 (or 0xF65D80) is known color: Brink Pink. HEX triplet: F6, 5D and 80. RGB value is (246,93,128). Sum of RGB (Red+Green+Blue) = 246+93+128=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D80 is #09A27F. Grayscale: #8E8E8E. Windows color (decimal): -631424 or 8412662. OLE color: 8412662.
HSL color Cylindrical-coordinate representation of color #F65D80: hue angle of 346.27º 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 #F65D80 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 128 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.04 |
| HSL | 346.27º | 0.89% | 0.66% | - |
| HSV(B) | 346.27º | 0.62% | 0.96% | - |
| XYZ | 45.82 | 28.98 | 23.6 | - |
| YUV | 142.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 128 | 0 | 0.62 | 0.48 | 0.04 | 346.27 | 0.89 | 0.66 |
| Hex | F6 | 5D | 80 | 0 | 3E | 30 | 4 | 15A | 59 | 42 |
| Octal | 366 | 135 | 200 | 0 | 76 | 60 | 4 | 532 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10000000 | 0 | 111110 | 110000 | 100 | 101011010 | 1011001 | 1000010 |
Color Harmonies of #F65D80
Complementary color
Monochromatic Colors of #F65D80
Black with #F65D80
Text Example
Text Example
White with #F65D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D80; }
p { color: rgb(246,93,128); }
H1.HeaderClassName
{
color: #F65D80;
}
.AnyTagClassName
{
color: #F65D80;
}
</style>
background-color css
<style>
a { background-color: #F65D80; }
a { background-color: rgb(246,93,128); }
div.DivClassName
{
background-color: #F65D80;
}
.BgClassName
{
background-color: #F65D80;
}
</style>
border-color css
<style>
span { border-color: #F65D80; }
span { border-color: rgb(246,93,128); }
td.TdClassName
{
border-color: #F65D80;
}
.TagClassName
{
border-color: #F65D80;
}
</style>