Shades of Brink Pink #F1617C
Tints of Brink Pink #F1617C
RGB
CMYK
RGB Variations
Color information
#F1617C (or 0xF1617C) is known color: Brink Pink. HEX triplet: F1, 61 and 7C. RGB value is (241,97,124). Sum of RGB (Red+Green+Blue) = 241+97+124=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1617C is #0E9E83. Grayscale: #8F8F8F. Windows color (decimal): -958084 or 8151537. OLE color: 8151537.
HSL color Cylindrical-coordinate representation of color #F1617C: hue angle of 348.75º 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 #F1617C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 124 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.05 |
| HSL | 348.75º | 0.84% | 0.66% | - |
| HSV(B) | 348.75º | 0.6% | 0.95% | - |
| XYZ | 44.19 | 28.71 | 22.28 | - |
| YUV | 143.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 124 | 0 | 0.60 | 0.49 | 0.05 | 348.75 | 0.84 | 0.66 |
| Hex | F1 | 61 | 7C | 0 | 3C | 31 | 5 | 15D | 54 | 42 |
| Octal | 361 | 141 | 174 | 0 | 74 | 61 | 5 | 535 | 124 | 102 |
| Binary | 11110001 | 1100001 | 1111100 | 0 | 111100 | 110001 | 101 | 101011101 | 1010100 | 1000010 |
Color Harmonies of #F1617C
Complementary color
Monochromatic Colors of #F1617C
Black with #F1617C
Text Example
Text Example
White with #F1617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1617C; }
p { color: rgb(241,97,124); }
H1.HeaderClassName
{
color: #F1617C;
}
.AnyTagClassName
{
color: #F1617C;
}
</style>
background-color css
<style>
a { background-color: #F1617C; }
a { background-color: rgb(241,97,124); }
div.DivClassName
{
background-color: #F1617C;
}
.BgClassName
{
background-color: #F1617C;
}
</style>
border-color css
<style>
span { border-color: #F1617C; }
span { border-color: rgb(241,97,124); }
td.TdClassName
{
border-color: #F1617C;
}
.TagClassName
{
border-color: #F1617C;
}
</style>