Shades of Brink Pink #F1637D
Tints of Brink Pink #F1637D
RGB
CMYK
RGB Variations
Color information
#F1637D (or 0xF1637D) is known color: Brink Pink. HEX triplet: F1, 63 and 7D. RGB value is (241,99,125). Sum of RGB (Red+Green+Blue) = 241+99+125=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1637D is #0E9C82. Grayscale: #909090. Windows color (decimal): -957571 or 8217585. OLE color: 8217585.
HSL color Cylindrical-coordinate representation of color #F1637D: hue angle of 349.01º 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 #F1637D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 125 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.05 |
| HSL | 349.01º | 0.84% | 0.67% | - |
| HSV(B) | 349.01º | 0.59% | 0.95% | - |
| XYZ | 44.44 | 29.11 | 22.68 | - |
| YUV | 144.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 125 | 0 | 0.59 | 0.48 | 0.05 | 349.01 | 0.84 | 0.67 |
| Hex | F1 | 63 | 7D | 0 | 3B | 30 | 5 | 15D | 54 | 43 |
| Octal | 361 | 143 | 175 | 0 | 73 | 60 | 5 | 535 | 124 | 103 |
| Binary | 11110001 | 1100011 | 1111101 | 0 | 111011 | 110000 | 101 | 101011101 | 1010100 | 1000011 |
Color Harmonies of #F1637D
Complementary color
Monochromatic Colors of #F1637D
Black with #F1637D
Text Example
Text Example
White with #F1637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1637D; }
p { color: rgb(241,99,125); }
H1.HeaderClassName
{
color: #F1637D;
}
.AnyTagClassName
{
color: #F1637D;
}
</style>
background-color css
<style>
a { background-color: #F1637D; }
a { background-color: rgb(241,99,125); }
div.DivClassName
{
background-color: #F1637D;
}
.BgClassName
{
background-color: #F1637D;
}
</style>
border-color css
<style>
span { border-color: #F1637D; }
span { border-color: rgb(241,99,125); }
td.TdClassName
{
border-color: #F1637D;
}
.TagClassName
{
border-color: #F1637D;
}
</style>