Shades of Brink Pink #F7618C
Tints of Brink Pink #F7618C
RGB
CMYK
RGB Variations
Color information
#F7618C (or 0xF7618C) is known color: Brink Pink. HEX triplet: F7, 61 and 8C. RGB value is (247,97,140). Sum of RGB (Red+Green+Blue) = 247+97+140=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7618C is #089E73. Grayscale: #929292. Windows color (decimal): -564852 or 9200119. OLE color: 9200119.
HSL color Cylindrical-coordinate representation of color #F7618C: hue angle of 342.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7618C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 140 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.03 |
| HSL | 342.8º | 0.9% | 0.67% | - |
| HSV(B) | 342.8º | 0.61% | 0.97% | - |
| XYZ | 47.37 | 30.22 | 28.15 | - |
| YUV | 146.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 140 | 0 | 0.61 | 0.43 | 0.03 | 342.8 | 0.9 | 0.67 |
| Hex | F7 | 61 | 8C | 0 | 3D | 2B | 3 | 157 | 5A | 43 |
| Octal | 367 | 141 | 214 | 0 | 75 | 53 | 3 | 527 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10001100 | 0 | 111101 | 101011 | 11 | 101010111 | 1011010 | 1000011 |
Color Harmonies of #F7618C
Complementary color
Monochromatic Colors of #F7618C
Black with #F7618C
Text Example
Text Example
White with #F7618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7618C; }
p { color: rgb(247,97,140); }
H1.HeaderClassName
{
color: #F7618C;
}
.AnyTagClassName
{
color: #F7618C;
}
</style>
background-color css
<style>
a { background-color: #F7618C; }
a { background-color: rgb(247,97,140); }
div.DivClassName
{
background-color: #F7618C;
}
.BgClassName
{
background-color: #F7618C;
}
</style>
border-color css
<style>
span { border-color: #F7618C; }
span { border-color: rgb(247,97,140); }
td.TdClassName
{
border-color: #F7618C;
}
.TagClassName
{
border-color: #F7618C;
}
</style>