Shades of Brink Pink #F1677C
Tints of Brink Pink #F1677C
RGB
CMYK
RGB Variations
Color information
#F1677C (or 0xF1677C) is known color: Brink Pink. HEX triplet: F1, 67 and 7C. RGB value is (241,103,124). Sum of RGB (Red+Green+Blue) = 241+103+124=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1677C is #0E9883. Grayscale: #929292. Windows color (decimal): -956548 or 8153073. OLE color: 8153073.
HSL color Cylindrical-coordinate representation of color #F1677C: hue angle of 350.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1677C is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 124 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.05 |
| HSL | 350.87º | 0.83% | 0.67% | - |
| HSV(B) | 350.87º | 0.57% | 0.95% | - |
| XYZ | 44.76 | 29.86 | 22.47 | - |
| YUV | 146.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 124 | 0 | 0.57 | 0.49 | 0.05 | 350.87 | 0.83 | 0.67 |
| Hex | F1 | 67 | 7C | 0 | 39 | 31 | 5 | 15F | 53 | 43 |
| Octal | 361 | 147 | 174 | 0 | 71 | 61 | 5 | 537 | 123 | 103 |
| Binary | 11110001 | 1100111 | 1111100 | 0 | 111001 | 110001 | 101 | 101011111 | 1010011 | 1000011 |
Color Harmonies of #F1677C
Complementary color
Monochromatic Colors of #F1677C
Black with #F1677C
Text Example
Text Example
White with #F1677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1677C; }
p { color: rgb(241,103,124); }
H1.HeaderClassName
{
color: #F1677C;
}
.AnyTagClassName
{
color: #F1677C;
}
</style>
background-color css
<style>
a { background-color: #F1677C; }
a { background-color: rgb(241,103,124); }
div.DivClassName
{
background-color: #F1677C;
}
.BgClassName
{
background-color: #F1677C;
}
</style>
border-color css
<style>
span { border-color: #F1677C; }
span { border-color: rgb(241,103,124); }
td.TdClassName
{
border-color: #F1677C;
}
.TagClassName
{
border-color: #F1677C;
}
</style>