Shades of Brink Pink #F65C83
Tints of Brink Pink #F65C83
RGB
CMYK
RGB Variations
Color information
#F65C83 (or 0xF65C83) is known color: Brink Pink. HEX triplet: F6, 5C and 83. RGB value is (246,92,131). Sum of RGB (Red+Green+Blue) = 246+92+131=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C83 is #09A37C. Grayscale: #8E8E8E. Windows color (decimal): -631677 or 8609014. OLE color: 8609014.
HSL color Cylindrical-coordinate representation of color #F65C83: hue angle of 344.81º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C83 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 131 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.04 |
| HSL | 344.81º | 0.9% | 0.66% | - |
| HSV(B) | 344.81º | 0.63% | 0.96% | - |
| XYZ | 45.93 | 28.89 | 24.63 | - |
| YUV | 142.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 131 | 0 | 0.63 | 0.47 | 0.04 | 344.81 | 0.9 | 0.66 |
| Hex | F6 | 5C | 83 | 0 | 3F | 2F | 4 | 159 | 5A | 42 |
| Octal | 366 | 134 | 203 | 0 | 77 | 57 | 4 | 531 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10000011 | 0 | 111111 | 101111 | 100 | 101011001 | 1011010 | 1000010 |
Color Harmonies of #F65C83
Complementary color
Monochromatic Colors of #F65C83
Black with #F65C83
Text Example
Text Example
White with #F65C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C83; }
p { color: rgb(246,92,131); }
H1.HeaderClassName
{
color: #F65C83;
}
.AnyTagClassName
{
color: #F65C83;
}
</style>
background-color css
<style>
a { background-color: #F65C83; }
a { background-color: rgb(246,92,131); }
div.DivClassName
{
background-color: #F65C83;
}
.BgClassName
{
background-color: #F65C83;
}
</style>
border-color css
<style>
span { border-color: #F65C83; }
span { border-color: rgb(246,92,131); }
td.TdClassName
{
border-color: #F65C83;
}
.TagClassName
{
border-color: #F65C83;
}
</style>