Shades of Brink Pink #F67385
Tints of Brink Pink #F67385
RGB
CMYK
RGB Variations
Color information
#F67385 (or 0xF67385) is known color: Brink Pink. HEX triplet: F6, 73 and 85. RGB value is (246,115,133). Sum of RGB (Red+Green+Blue) = 246+115+133=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F67385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67385 is #098C7A. Grayscale: #9C9C9C. Windows color (decimal): -625787 or 8745974. OLE color: 8745974.
HSL color Cylindrical-coordinate representation of color #F67385: hue angle of 351.76º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67385 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 133 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.04 |
| HSL | 351.76º | 0.88% | 0.71% | - |
| HSV(B) | 351.76º | 0.53% | 0.96% | - |
| XYZ | 48.37 | 33.55 | 26.12 | - |
| YUV | 156.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 133 | 0 | 0.53 | 0.46 | 0.04 | 351.76 | 0.88 | 0.71 |
| Hex | F6 | 73 | 85 | 0 | 35 | 2E | 4 | 160 | 58 | 47 |
| Octal | 366 | 163 | 205 | 0 | 65 | 56 | 4 | 540 | 130 | 107 |
| Binary | 11110110 | 1110011 | 10000101 | 0 | 110101 | 101110 | 100 | 101100000 | 1011000 | 1000111 |
Color Harmonies of #F67385
Complementary color
Monochromatic Colors of #F67385
Black with #F67385
Text Example
Text Example
White with #F67385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67385; }
p { color: rgb(246,115,133); }
H1.HeaderClassName
{
color: #F67385;
}
.AnyTagClassName
{
color: #F67385;
}
</style>
background-color css
<style>
a { background-color: #F67385; }
a { background-color: rgb(246,115,133); }
div.DivClassName
{
background-color: #F67385;
}
.BgClassName
{
background-color: #F67385;
}
</style>
border-color css
<style>
span { border-color: #F67385; }
span { border-color: rgb(246,115,133); }
td.TdClassName
{
border-color: #F67385;
}
.TagClassName
{
border-color: #F67385;
}
</style>