Shades of Brink Pink #F1617B
Tints of Brink Pink #F1617B
RGB
CMYK
RGB Variations
Color information
#F1617B (or 0xF1617B) is known color: Brink Pink. HEX triplet: F1, 61 and 7B. RGB value is (241,97,123). Sum of RGB (Red+Green+Blue) = 241+97+123=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1617B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1617B is #0E9E84. Grayscale: #8F8F8F. Windows color (decimal): -958085 or 8086001. OLE color: 8086001.
HSL color Cylindrical-coordinate representation of color #F1617B: hue angle of 349.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1617B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 123 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.05 |
| HSL | 349.17º | 0.84% | 0.66% | - |
| HSV(B) | 349.17º | 0.6% | 0.95% | - |
| XYZ | 44.13 | 28.68 | 21.95 | - |
| YUV | 143.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 123 | 0 | 0.60 | 0.49 | 0.05 | 349.17 | 0.84 | 0.66 |
| Hex | F1 | 61 | 7B | 0 | 3C | 31 | 5 | 15D | 54 | 42 |
| Octal | 361 | 141 | 173 | 0 | 74 | 61 | 5 | 535 | 124 | 102 |
| Binary | 11110001 | 1100001 | 1111011 | 0 | 111100 | 110001 | 101 | 101011101 | 1010100 | 1000010 |
Color Harmonies of #F1617B
Complementary color
Monochromatic Colors of #F1617B
Black with #F1617B
Text Example
Text Example
White with #F1617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1617B; }
p { color: rgb(241,97,123); }
H1.HeaderClassName
{
color: #F1617B;
}
.AnyTagClassName
{
color: #F1617B;
}
</style>
background-color css
<style>
a { background-color: #F1617B; }
a { background-color: rgb(241,97,123); }
div.DivClassName
{
background-color: #F1617B;
}
.BgClassName
{
background-color: #F1617B;
}
</style>
border-color css
<style>
span { border-color: #F1617B; }
span { border-color: rgb(241,97,123); }
td.TdClassName
{
border-color: #F1617B;
}
.TagClassName
{
border-color: #F1617B;
}
</style>