Shades of Brink Pink #F16485
Tints of Brink Pink #F16485
RGB
CMYK
RGB Variations
Color information
#F16485 (or 0xF16485) is known color: Brink Pink. HEX triplet: F1, 64 and 85. RGB value is (241,100,133). Sum of RGB (Red+Green+Blue) = 241+100+133=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16485 is #0E9B7A. Grayscale: #919191. Windows color (decimal): -957307 or 8742129. OLE color: 8742129.
HSL color Cylindrical-coordinate representation of color #F16485: hue angle of 345.96º 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 #F16485 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 133 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.05 |
| HSL | 345.96º | 0.83% | 0.67% | - |
| HSV(B) | 345.96º | 0.59% | 0.95% | - |
| XYZ | 45.07 | 29.51 | 25.51 | - |
| YUV | 145.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 133 | 0 | 0.59 | 0.45 | 0.05 | 345.96 | 0.83 | 0.67 |
| Hex | F1 | 64 | 85 | 0 | 3B | 2D | 5 | 15A | 53 | 43 |
| Octal | 361 | 144 | 205 | 0 | 73 | 55 | 5 | 532 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10000101 | 0 | 111011 | 101101 | 101 | 101011010 | 1010011 | 1000011 |
Color Harmonies of #F16485
Complementary color
Monochromatic Colors of #F16485
Black with #F16485
Text Example
Text Example
White with #F16485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16485; }
p { color: rgb(241,100,133); }
H1.HeaderClassName
{
color: #F16485;
}
.AnyTagClassName
{
color: #F16485;
}
</style>
background-color css
<style>
a { background-color: #F16485; }
a { background-color: rgb(241,100,133); }
div.DivClassName
{
background-color: #F16485;
}
.BgClassName
{
background-color: #F16485;
}
</style>
border-color css
<style>
span { border-color: #F16485; }
span { border-color: rgb(241,100,133); }
td.TdClassName
{
border-color: #F16485;
}
.TagClassName
{
border-color: #F16485;
}
</style>