Shades of Brink Pink #F16388
Tints of Brink Pink #F16388
RGB
CMYK
RGB Variations
Color information
#F16388 (or 0xF16388) is known color: Brink Pink. HEX triplet: F1, 63 and 88. RGB value is (241,99,136). Sum of RGB (Red+Green+Blue) = 241+99+136=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16388 is #0E9C77. Grayscale: #919191. Windows color (decimal): -957560 or 8938481. OLE color: 8938481.
HSL color Cylindrical-coordinate representation of color #F16388: hue angle of 344.37º 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 #F16388 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 136 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 344.37º | 0.84% | 0.67% | - |
| HSV(B) | 344.37º | 0.59% | 0.95% | - |
| XYZ | 45.18 | 29.4 | 26.59 | - |
| YUV | 145.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 136 | 0 | 0.59 | 0.44 | 0.05 | 344.37 | 0.84 | 0.67 |
| Hex | F1 | 63 | 88 | 0 | 3B | 2C | 5 | 158 | 54 | 43 |
| Octal | 361 | 143 | 210 | 0 | 73 | 54 | 5 | 530 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10001000 | 0 | 111011 | 101100 | 101 | 101011000 | 1010100 | 1000011 |
Color Harmonies of #F16388
Complementary color
Monochromatic Colors of #F16388
Black with #F16388
Text Example
Text Example
White with #F16388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16388; }
p { color: rgb(241,99,136); }
H1.HeaderClassName
{
color: #F16388;
}
.AnyTagClassName
{
color: #F16388;
}
</style>
background-color css
<style>
a { background-color: #F16388; }
a { background-color: rgb(241,99,136); }
div.DivClassName
{
background-color: #F16388;
}
.BgClassName
{
background-color: #F16388;
}
</style>
border-color css
<style>
span { border-color: #F16388; }
span { border-color: rgb(241,99,136); }
td.TdClassName
{
border-color: #F16388;
}
.TagClassName
{
border-color: #F16388;
}
</style>