Shades of Brink Pink #F9628D
Tints of Brink Pink #F9628D
RGB
CMYK
RGB Variations
Color information
#F9628D (or 0xF9628D) is known color: Brink Pink. HEX triplet: F9, 62 and 8D. RGB value is (249,98,141). Sum of RGB (Red+Green+Blue) = 249+98+141=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9628D is #069D72. Grayscale: #949494. Windows color (decimal): -433523 or 9265913. OLE color: 9265913.
HSL color Cylindrical-coordinate representation of color #F9628D: hue angle of 342.91º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9628D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 141 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.02 |
| HSL | 342.91º | 0.93% | 0.68% | - |
| HSV(B) | 342.91º | 0.61% | 0.98% | - |
| XYZ | 48.24 | 30.8 | 28.6 | - |
| YUV | 148.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 141 | 0 | 0.61 | 0.43 | 0.02 | 342.91 | 0.93 | 0.68 |
| Hex | F9 | 62 | 8D | 0 | 3D | 2B | 2 | 157 | 5D | 44 |
| Octal | 371 | 142 | 215 | 0 | 75 | 53 | 2 | 527 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10001101 | 0 | 111101 | 101011 | 10 | 101010111 | 1011101 | 1000100 |
Color Harmonies of #F9628D
Complementary color
Monochromatic Colors of #F9628D
Black with #F9628D
Text Example
Text Example
White with #F9628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9628D; }
p { color: rgb(249,98,141); }
H1.HeaderClassName
{
color: #F9628D;
}
.AnyTagClassName
{
color: #F9628D;
}
</style>
background-color css
<style>
a { background-color: #F9628D; }
a { background-color: rgb(249,98,141); }
div.DivClassName
{
background-color: #F9628D;
}
.BgClassName
{
background-color: #F9628D;
}
</style>
border-color css
<style>
span { border-color: #F9628D; }
span { border-color: rgb(249,98,141); }
td.TdClassName
{
border-color: #F9628D;
}
.TagClassName
{
border-color: #F9628D;
}
</style>