Shades of Brink Pink #F16487
Tints of Brink Pink #F16487
RGB
CMYK
RGB Variations
Color information
#F16487 (or 0xF16487) is known color: Brink Pink. HEX triplet: F1, 64 and 87. RGB value is (241,100,135). Sum of RGB (Red+Green+Blue) = 241+100+135=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16487 is #0E9B78. Grayscale: #929292. Windows color (decimal): -957305 or 8873201. OLE color: 8873201.
HSL color Cylindrical-coordinate representation of color #F16487: hue angle of 345.11º degrees, saturation: 0.83, 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 #F16487 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 135 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 345.11º | 0.83% | 0.67% | - |
| HSV(B) | 345.11º | 0.59% | 0.95% | - |
| XYZ | 45.21 | 29.56 | 26.25 | - |
| YUV | 146.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 135 | 0 | 0.59 | 0.44 | 0.05 | 345.11 | 0.83 | 0.67 |
| Hex | F1 | 64 | 87 | 0 | 3B | 2C | 5 | 159 | 53 | 43 |
| Octal | 361 | 144 | 207 | 0 | 73 | 54 | 5 | 531 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10000111 | 0 | 111011 | 101100 | 101 | 101011001 | 1010011 | 1000011 |
Color Harmonies of #F16487
Complementary color
Monochromatic Colors of #F16487
Black with #F16487
Text Example
Text Example
White with #F16487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16487; }
p { color: rgb(241,100,135); }
H1.HeaderClassName
{
color: #F16487;
}
.AnyTagClassName
{
color: #F16487;
}
</style>
background-color css
<style>
a { background-color: #F16487; }
a { background-color: rgb(241,100,135); }
div.DivClassName
{
background-color: #F16487;
}
.BgClassName
{
background-color: #F16487;
}
</style>
border-color css
<style>
span { border-color: #F16487; }
span { border-color: rgb(241,100,135); }
td.TdClassName
{
border-color: #F16487;
}
.TagClassName
{
border-color: #F16487;
}
</style>