Shades of Brink Pink #F16288
Tints of Brink Pink #F16288
RGB
CMYK
RGB Variations
Color information
#F16288 (or 0xF16288) is known color: Brink Pink. HEX triplet: F1, 62 and 88. RGB value is (241,98,136). Sum of RGB (Red+Green+Blue) = 241+98+136=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16288 is #0E9D77. Grayscale: #919191. Windows color (decimal): -957816 or 8938225. OLE color: 8938225.
HSL color Cylindrical-coordinate representation of color #F16288: hue angle of 344.06º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16288 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 136 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 344.06º | 0.84% | 0.66% | - |
| HSV(B) | 344.06º | 0.59% | 0.95% | - |
| XYZ | 45.09 | 29.21 | 26.56 | - |
| YUV | 145.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 136 | 0 | 0.59 | 0.44 | 0.05 | 344.06 | 0.84 | 0.66 |
| Hex | F1 | 62 | 88 | 0 | 3B | 2C | 5 | 158 | 54 | 42 |
| Octal | 361 | 142 | 210 | 0 | 73 | 54 | 5 | 530 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10001000 | 0 | 111011 | 101100 | 101 | 101011000 | 1010100 | 1000010 |
Color Harmonies of #F16288
Complementary color
Monochromatic Colors of #F16288
Black with #F16288
Text Example
Text Example
White with #F16288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16288; }
p { color: rgb(241,98,136); }
H1.HeaderClassName
{
color: #F16288;
}
.AnyTagClassName
{
color: #F16288;
}
</style>
background-color css
<style>
a { background-color: #F16288; }
a { background-color: rgb(241,98,136); }
div.DivClassName
{
background-color: #F16288;
}
.BgClassName
{
background-color: #F16288;
}
</style>
border-color css
<style>
span { border-color: #F16288; }
span { border-color: rgb(241,98,136); }
td.TdClassName
{
border-color: #F16288;
}
.TagClassName
{
border-color: #F16288;
}
</style>