Shades of Brink Pink #F7628D
Tints of Brink Pink #F7628D
RGB
CMYK
RGB Variations
Color information
#F7628D (or 0xF7628D) is known color: Brink Pink. HEX triplet: F7, 62 and 8D. RGB value is (247,98,141). Sum of RGB (Red+Green+Blue) = 247+98+141=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7628D is #089D72. Grayscale: #939393. Windows color (decimal): -564595 or 9265911. OLE color: 9265911.
HSL color Cylindrical-coordinate representation of color #F7628D: hue angle of 342.68º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7628D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 141 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.03 |
| HSL | 342.68º | 0.9% | 0.68% | - |
| HSV(B) | 342.68º | 0.6% | 0.97% | - |
| XYZ | 47.53 | 30.43 | 28.57 | - |
| YUV | 147.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 141 | 0 | 0.60 | 0.43 | 0.03 | 342.68 | 0.9 | 0.68 |
| Hex | F7 | 62 | 8D | 0 | 3C | 2B | 3 | 157 | 5A | 44 |
| Octal | 367 | 142 | 215 | 0 | 74 | 53 | 3 | 527 | 132 | 104 |
| Binary | 11110111 | 1100010 | 10001101 | 0 | 111100 | 101011 | 11 | 101010111 | 1011010 | 1000100 |
Color Harmonies of #F7628D
Complementary color
Monochromatic Colors of #F7628D
Black with #F7628D
Text Example
Text Example
White with #F7628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7628D; }
p { color: rgb(247,98,141); }
H1.HeaderClassName
{
color: #F7628D;
}
.AnyTagClassName
{
color: #F7628D;
}
</style>
background-color css
<style>
a { background-color: #F7628D; }
a { background-color: rgb(247,98,141); }
div.DivClassName
{
background-color: #F7628D;
}
.BgClassName
{
background-color: #F7628D;
}
</style>
border-color css
<style>
span { border-color: #F7628D; }
span { border-color: rgb(247,98,141); }
td.TdClassName
{
border-color: #F7628D;
}
.TagClassName
{
border-color: #F7628D;
}
</style>