Shades of Brink Pink #F1657F
Tints of Brink Pink #F1657F
RGB
CMYK
RGB Variations
Color information
#F1657F (or 0xF1657F) is known color: Brink Pink. HEX triplet: F1, 65 and 7F. RGB value is (241,101,127). Sum of RGB (Red+Green+Blue) = 241+101+127=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1657F is #0E9A80. Grayscale: #919191. Windows color (decimal): -957057 or 8349169. OLE color: 8349169.
HSL color Cylindrical-coordinate representation of color #F1657F: hue angle of 348.86º 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 #F1657F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 127 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.05 |
| HSL | 348.86º | 0.83% | 0.67% | - |
| HSV(B) | 348.86º | 0.58% | 0.95% | - |
| XYZ | 44.76 | 29.54 | 23.42 | - |
| YUV | 145.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 127 | 0 | 0.58 | 0.47 | 0.05 | 348.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | 7F | 0 | 3A | 2F | 5 | 15D | 53 | 43 |
| Octal | 361 | 145 | 177 | 0 | 72 | 57 | 5 | 535 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1111111 | 0 | 111010 | 101111 | 101 | 101011101 | 1010011 | 1000011 |
Color Harmonies of #F1657F
Complementary color
Monochromatic Colors of #F1657F
Black with #F1657F
Text Example
Text Example
White with #F1657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1657F; }
p { color: rgb(241,101,127); }
H1.HeaderClassName
{
color: #F1657F;
}
.AnyTagClassName
{
color: #F1657F;
}
</style>
background-color css
<style>
a { background-color: #F1657F; }
a { background-color: rgb(241,101,127); }
div.DivClassName
{
background-color: #F1657F;
}
.BgClassName
{
background-color: #F1657F;
}
</style>
border-color css
<style>
span { border-color: #F1657F; }
span { border-color: rgb(241,101,127); }
td.TdClassName
{
border-color: #F1657F;
}
.TagClassName
{
border-color: #F1657F;
}
</style>