Shades of Brink Pink #F65682
Tints of Brink Pink #F65682
RGB
CMYK
RGB Variations
Color information
#F65682 (or 0xF65682) is known color: Brink Pink. HEX triplet: F6, 56 and 82. RGB value is (246,86,130). Sum of RGB (Red+Green+Blue) = 246+86+130=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F65682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65682 is #09A97D. Grayscale: #8A8A8A. Windows color (decimal): -633214 or 8541942. OLE color: 8541942.
HSL color Cylindrical-coordinate representation of color #F65682: hue angle of 343.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65682 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 130 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.04 |
| HSL | 343.5º | 0.9% | 0.65% | - |
| HSV(B) | 343.5º | 0.65% | 0.96% | - |
| XYZ | 45.36 | 27.86 | 24.11 | - |
| YUV | 138.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 130 | 0 | 0.65 | 0.47 | 0.04 | 343.5 | 0.9 | 0.65 |
| Hex | F6 | 56 | 82 | 0 | 41 | 2F | 4 | 158 | 5A | 41 |
| Octal | 366 | 126 | 202 | 0 | 101 | 57 | 4 | 530 | 132 | 101 |
| Binary | 11110110 | 1010110 | 10000010 | 0 | 1000001 | 101111 | 100 | 101011000 | 1011010 | 1000001 |
Color Harmonies of #F65682
Complementary color
Monochromatic Colors of #F65682
Black with #F65682
Text Example
Text Example
White with #F65682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65682; }
p { color: rgb(246,86,130); }
H1.HeaderClassName
{
color: #F65682;
}
.AnyTagClassName
{
color: #F65682;
}
</style>
background-color css
<style>
a { background-color: #F65682; }
a { background-color: rgb(246,86,130); }
div.DivClassName
{
background-color: #F65682;
}
.BgClassName
{
background-color: #F65682;
}
</style>
border-color css
<style>
span { border-color: #F65682; }
span { border-color: rgb(246,86,130); }
td.TdClassName
{
border-color: #F65682;
}
.TagClassName
{
border-color: #F65682;
}
</style>