Shades of Brink Pink #F1638D
Tints of Brink Pink #F1638D
RGB
CMYK
RGB Variations
Color information
#F1638D (or 0xF1638D) is known color: Brink Pink. HEX triplet: F1, 63 and 8D. RGB value is (241,99,141). Sum of RGB (Red+Green+Blue) = 241+99+141=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1638D is #0E9C72. Grayscale: #929292. Windows color (decimal): -957555 or 9266161. OLE color: 9266161.
HSL color Cylindrical-coordinate representation of color #F1638D: hue angle of 342.25º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1638D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 141 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.05 |
| HSL | 342.25º | 0.84% | 0.67% | - |
| HSV(B) | 342.25º | 0.59% | 0.95% | - |
| XYZ | 45.55 | 29.55 | 28.5 | - |
| YUV | 146.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 141 | 0 | 0.59 | 0.41 | 0.05 | 342.25 | 0.84 | 0.67 |
| Hex | F1 | 63 | 8D | 0 | 3B | 29 | 5 | 156 | 54 | 43 |
| Octal | 361 | 143 | 215 | 0 | 73 | 51 | 5 | 526 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10001101 | 0 | 111011 | 101001 | 101 | 101010110 | 1010100 | 1000011 |
Color Harmonies of #F1638D
Complementary color
Monochromatic Colors of #F1638D
Black with #F1638D
Text Example
Text Example
White with #F1638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1638D; }
p { color: rgb(241,99,141); }
H1.HeaderClassName
{
color: #F1638D;
}
.AnyTagClassName
{
color: #F1638D;
}
</style>
background-color css
<style>
a { background-color: #F1638D; }
a { background-color: rgb(241,99,141); }
div.DivClassName
{
background-color: #F1638D;
}
.BgClassName
{
background-color: #F1638D;
}
</style>
border-color css
<style>
span { border-color: #F1638D; }
span { border-color: rgb(241,99,141); }
td.TdClassName
{
border-color: #F1638D;
}
.TagClassName
{
border-color: #F1638D;
}
</style>