Shades of Brink Pink #F9617A
Tints of Brink Pink #F9617A
RGB
CMYK
RGB Variations
Color information
#F9617A (or 0xF9617A) is known color: Brink Pink. HEX triplet: F9, 61 and 7A. RGB value is (249,97,122). Sum of RGB (Red+Green+Blue) = 249+97+122=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9617A is #069E85. Grayscale: #919191. Windows color (decimal): -433798 or 8020473. OLE color: 8020473.
HSL color Cylindrical-coordinate representation of color #F9617A: hue angle of 350.13º 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 #F9617A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 122 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.02 |
| HSL | 350.13º | 0.93% | 0.68% | - |
| HSV(B) | 350.13º | 0.61% | 0.98% | - |
| XYZ | 46.85 | 30.09 | 21.75 | - |
| YUV | 145.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 122 | 0 | 0.61 | 0.51 | 0.02 | 350.13 | 0.93 | 0.68 |
| Hex | F9 | 61 | 7A | 0 | 3D | 33 | 2 | 15E | 5D | 44 |
| Octal | 371 | 141 | 172 | 0 | 75 | 63 | 2 | 536 | 135 | 104 |
| Binary | 11111001 | 1100001 | 1111010 | 0 | 111101 | 110011 | 10 | 101011110 | 1011101 | 1000100 |
Color Harmonies of #F9617A
Complementary color
Monochromatic Colors of #F9617A
Black with #F9617A
Text Example
Text Example
White with #F9617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9617A; }
p { color: rgb(249,97,122); }
H1.HeaderClassName
{
color: #F9617A;
}
.AnyTagClassName
{
color: #F9617A;
}
</style>
background-color css
<style>
a { background-color: #F9617A; }
a { background-color: rgb(249,97,122); }
div.DivClassName
{
background-color: #F9617A;
}
.BgClassName
{
background-color: #F9617A;
}
</style>
border-color css
<style>
span { border-color: #F9617A; }
span { border-color: rgb(249,97,122); }
td.TdClassName
{
border-color: #F9617A;
}
.TagClassName
{
border-color: #F9617A;
}
</style>