Shades of Brink Pink #F65D83
Tints of Brink Pink #F65D83
RGB
CMYK
RGB Variations
Color information
#F65D83 (or 0xF65D83) is known color: Brink Pink. HEX triplet: F6, 5D and 83. RGB value is (246,93,131). Sum of RGB (Red+Green+Blue) = 246+93+131=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D83 is #09A27C. Grayscale: #8F8F8F. Windows color (decimal): -631421 or 8609270. OLE color: 8609270.
HSL color Cylindrical-coordinate representation of color #F65D83: hue angle of 345.1º 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 #F65D83 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 131 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.04 |
| HSL | 345.1º | 0.89% | 0.66% | - |
| HSV(B) | 345.1º | 0.62% | 0.96% | - |
| XYZ | 46.02 | 29.06 | 24.66 | - |
| YUV | 143.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 131 | 0 | 0.62 | 0.47 | 0.04 | 345.1 | 0.89 | 0.66 |
| Hex | F6 | 5D | 83 | 0 | 3E | 2F | 4 | 159 | 59 | 42 |
| Octal | 366 | 135 | 203 | 0 | 76 | 57 | 4 | 531 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10000011 | 0 | 111110 | 101111 | 100 | 101011001 | 1011001 | 1000010 |
Color Harmonies of #F65D83
Complementary color
Monochromatic Colors of #F65D83
Black with #F65D83
Text Example
Text Example
White with #F65D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D83; }
p { color: rgb(246,93,131); }
H1.HeaderClassName
{
color: #F65D83;
}
.AnyTagClassName
{
color: #F65D83;
}
</style>
background-color css
<style>
a { background-color: #F65D83; }
a { background-color: rgb(246,93,131); }
div.DivClassName
{
background-color: #F65D83;
}
.BgClassName
{
background-color: #F65D83;
}
</style>
border-color css
<style>
span { border-color: #F65D83; }
span { border-color: rgb(246,93,131); }
td.TdClassName
{
border-color: #F65D83;
}
.TagClassName
{
border-color: #F65D83;
}
</style>