Shades of Brink Pink #F16082
Tints of Brink Pink #F16082
RGB
CMYK
RGB Variations
Color information
#F16082 (or 0xF16082) is known color: Brink Pink. HEX triplet: F1, 60 and 82. RGB value is (241,96,130). Sum of RGB (Red+Green+Blue) = 241+96+130=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F16082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16082 is #0E9F7D. Grayscale: #8F8F8F. Windows color (decimal): -958334 or 8544497. OLE color: 8544497.
HSL color Cylindrical-coordinate representation of color #F16082: hue angle of 345.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16082 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 130 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 345.93º | 0.84% | 0.66% | - |
| HSV(B) | 345.93º | 0.6% | 0.95% | - |
| XYZ | 44.49 | 28.68 | 24.31 | - |
| YUV | 143.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 130 | 0 | 0.60 | 0.46 | 0.05 | 345.93 | 0.84 | 0.66 |
| Hex | F1 | 60 | 82 | 0 | 3C | 2E | 5 | 15A | 54 | 42 |
| Octal | 361 | 140 | 202 | 0 | 74 | 56 | 5 | 532 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10000010 | 0 | 111100 | 101110 | 101 | 101011010 | 1010100 | 1000010 |
Color Harmonies of #F16082
Complementary color
Monochromatic Colors of #F16082
Black with #F16082
Text Example
Text Example
White with #F16082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16082; }
p { color: rgb(241,96,130); }
H1.HeaderClassName
{
color: #F16082;
}
.AnyTagClassName
{
color: #F16082;
}
</style>
background-color css
<style>
a { background-color: #F16082; }
a { background-color: rgb(241,96,130); }
div.DivClassName
{
background-color: #F16082;
}
.BgClassName
{
background-color: #F16082;
}
</style>
border-color css
<style>
span { border-color: #F16082; }
span { border-color: rgb(241,96,130); }
td.TdClassName
{
border-color: #F16082;
}
.TagClassName
{
border-color: #F16082;
}
</style>