Shades of Brink Pink #F1657C
Tints of Brink Pink #F1657C
RGB
CMYK
RGB Variations
Color information
#F1657C (or 0xF1657C) is known color: Brink Pink. HEX triplet: F1, 65 and 7C. RGB value is (241,101,124). Sum of RGB (Red+Green+Blue) = 241+101+124=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1657C is #0E9A83. Grayscale: #919191. Windows color (decimal): -957060 or 8152561. OLE color: 8152561.
HSL color Cylindrical-coordinate representation of color #F1657C: hue angle of 350.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1657C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 124 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.05 |
| HSL | 350.14º | 0.83% | 0.67% | - |
| HSV(B) | 350.14º | 0.58% | 0.95% | - |
| XYZ | 44.57 | 29.46 | 22.41 | - |
| YUV | 145.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 124 | 0 | 0.58 | 0.49 | 0.05 | 350.14 | 0.83 | 0.67 |
| Hex | F1 | 65 | 7C | 0 | 3A | 31 | 5 | 15E | 53 | 43 |
| Octal | 361 | 145 | 174 | 0 | 72 | 61 | 5 | 536 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1111100 | 0 | 111010 | 110001 | 101 | 101011110 | 1010011 | 1000011 |
Color Harmonies of #F1657C
Complementary color
Monochromatic Colors of #F1657C
Black with #F1657C
Text Example
Text Example
White with #F1657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1657C; }
p { color: rgb(241,101,124); }
H1.HeaderClassName
{
color: #F1657C;
}
.AnyTagClassName
{
color: #F1657C;
}
</style>
background-color css
<style>
a { background-color: #F1657C; }
a { background-color: rgb(241,101,124); }
div.DivClassName
{
background-color: #F1657C;
}
.BgClassName
{
background-color: #F1657C;
}
</style>
border-color css
<style>
span { border-color: #F1657C; }
span { border-color: rgb(241,101,124); }
td.TdClassName
{
border-color: #F1657C;
}
.TagClassName
{
border-color: #F1657C;
}
</style>