Shades of Brink Pink #F16084
Tints of Brink Pink #F16084
RGB
CMYK
RGB Variations
Color information
#F16084 (or 0xF16084) is known color: Brink Pink. HEX triplet: F1, 60 and 84. RGB value is (241,96,132). Sum of RGB (Red+Green+Blue) = 241+96+132=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16084 is #0E9F7B. Grayscale: #8F8F8F. Windows color (decimal): -958332 or 8675569. OLE color: 8675569.
HSL color Cylindrical-coordinate representation of color #F16084: hue angle of 345.1º 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 #F16084 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 132 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.05 |
| HSL | 345.1º | 0.84% | 0.66% | - |
| HSV(B) | 345.1º | 0.6% | 0.95% | - |
| XYZ | 44.62 | 28.73 | 25.02 | - |
| YUV | 143.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 132 | 0 | 0.60 | 0.45 | 0.05 | 345.1 | 0.84 | 0.66 |
| Hex | F1 | 60 | 84 | 0 | 3C | 2D | 5 | 159 | 54 | 42 |
| Octal | 361 | 140 | 204 | 0 | 74 | 55 | 5 | 531 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10000100 | 0 | 111100 | 101101 | 101 | 101011001 | 1010100 | 1000010 |
Color Harmonies of #F16084
Complementary color
Monochromatic Colors of #F16084
Black with #F16084
Text Example
Text Example
White with #F16084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16084; }
p { color: rgb(241,96,132); }
H1.HeaderClassName
{
color: #F16084;
}
.AnyTagClassName
{
color: #F16084;
}
</style>
background-color css
<style>
a { background-color: #F16084; }
a { background-color: rgb(241,96,132); }
div.DivClassName
{
background-color: #F16084;
}
.BgClassName
{
background-color: #F16084;
}
</style>
border-color css
<style>
span { border-color: #F16084; }
span { border-color: rgb(241,96,132); }
td.TdClassName
{
border-color: #F16084;
}
.TagClassName
{
border-color: #F16084;
}
</style>