Shades of Brink Pink #F9618E
Tints of Brink Pink #F9618E
RGB
CMYK
RGB Variations
Color information
#F9618E (or 0xF9618E) is known color: Brink Pink. HEX triplet: F9, 61 and 8E. RGB value is (249,97,142). Sum of RGB (Red+Green+Blue) = 249+97+142=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9618E is #069E71. Grayscale: #939393. Windows color (decimal): -433778 or 9331193. OLE color: 9331193.
HSL color Cylindrical-coordinate representation of color #F9618E: hue angle of 342.24º 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 #F9618E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 142 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.02 |
| HSL | 342.24º | 0.93% | 0.68% | - |
| HSV(B) | 342.24º | 0.61% | 0.98% | - |
| XYZ | 48.22 | 30.64 | 28.96 | - |
| YUV | 147.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 142 | 0 | 0.61 | 0.43 | 0.02 | 342.24 | 0.93 | 0.68 |
| Hex | F9 | 61 | 8E | 0 | 3D | 2B | 2 | 156 | 5D | 44 |
| Octal | 371 | 141 | 216 | 0 | 75 | 53 | 2 | 526 | 135 | 104 |
| Binary | 11111001 | 1100001 | 10001110 | 0 | 111101 | 101011 | 10 | 101010110 | 1011101 | 1000100 |
Color Harmonies of #F9618E
Complementary color
Monochromatic Colors of #F9618E
Black with #F9618E
Text Example
Text Example
White with #F9618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9618E; }
p { color: rgb(249,97,142); }
H1.HeaderClassName
{
color: #F9618E;
}
.AnyTagClassName
{
color: #F9618E;
}
</style>
background-color css
<style>
a { background-color: #F9618E; }
a { background-color: rgb(249,97,142); }
div.DivClassName
{
background-color: #F9618E;
}
.BgClassName
{
background-color: #F9618E;
}
</style>
border-color css
<style>
span { border-color: #F9618E; }
span { border-color: rgb(249,97,142); }
td.TdClassName
{
border-color: #F9618E;
}
.TagClassName
{
border-color: #F9618E;
}
</style>