Shades of Brink Pink #F9618C
Tints of Brink Pink #F9618C
RGB
CMYK
RGB Variations
Color information
#F9618C (or 0xF9618C) is known color: Brink Pink. HEX triplet: F9, 61 and 8C. RGB value is (249,97,140). Sum of RGB (Red+Green+Blue) = 249+97+140=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9618C is #069E73. Grayscale: #939393. Windows color (decimal): -433780 or 9200121. OLE color: 9200121.
HSL color Cylindrical-coordinate representation of color #F9618C: hue angle of 343.03º 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 #F9618C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 140 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 343.03º | 0.93% | 0.68% | - |
| HSV(B) | 343.03º | 0.61% | 0.98% | - |
| XYZ | 48.08 | 30.58 | 28.18 | - |
| YUV | 147.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 140 | 0 | 0.61 | 0.44 | 0.02 | 343.03 | 0.93 | 0.68 |
| Hex | F9 | 61 | 8C | 0 | 3D | 2C | 2 | 157 | 5D | 44 |
| Octal | 371 | 141 | 214 | 0 | 75 | 54 | 2 | 527 | 135 | 104 |
| Binary | 11111001 | 1100001 | 10001100 | 0 | 111101 | 101100 | 10 | 101010111 | 1011101 | 1000100 |
Color Harmonies of #F9618C
Complementary color
Monochromatic Colors of #F9618C
Black with #F9618C
Text Example
Text Example
White with #F9618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9618C; }
p { color: rgb(249,97,140); }
H1.HeaderClassName
{
color: #F9618C;
}
.AnyTagClassName
{
color: #F9618C;
}
</style>
background-color css
<style>
a { background-color: #F9618C; }
a { background-color: rgb(249,97,140); }
div.DivClassName
{
background-color: #F9618C;
}
.BgClassName
{
background-color: #F9618C;
}
</style>
border-color css
<style>
span { border-color: #F9618C; }
span { border-color: rgb(249,97,140); }
td.TdClassName
{
border-color: #F9618C;
}
.TagClassName
{
border-color: #F9618C;
}
</style>