Shades of Brink Pink #F16181
Tints of Brink Pink #F16181
RGB
CMYK
RGB Variations
Color information
#F16181 (or 0xF16181) is known color: Brink Pink. HEX triplet: F1, 61 and 81. RGB value is (241,97,129). Sum of RGB (Red+Green+Blue) = 241+97+129=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F16181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16181 is #0E9E7E. Grayscale: #8F8F8F. Windows color (decimal): -958079 or 8479217. OLE color: 8479217.
HSL color Cylindrical-coordinate representation of color #F16181: hue angle of 346.67º 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 #F16181 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 129 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 346.67º | 0.84% | 0.66% | - |
| HSV(B) | 346.67º | 0.6% | 0.95% | - |
| XYZ | 44.51 | 28.84 | 23.99 | - |
| YUV | 143.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 129 | 0 | 0.60 | 0.46 | 0.05 | 346.67 | 0.84 | 0.66 |
| Hex | F1 | 61 | 81 | 0 | 3C | 2E | 5 | 15B | 54 | 42 |
| Octal | 361 | 141 | 201 | 0 | 74 | 56 | 5 | 533 | 124 | 102 |
| Binary | 11110001 | 1100001 | 10000001 | 0 | 111100 | 101110 | 101 | 101011011 | 1010100 | 1000010 |
Color Harmonies of #F16181
Complementary color
Monochromatic Colors of #F16181
Black with #F16181
Text Example
Text Example
White with #F16181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16181; }
p { color: rgb(241,97,129); }
H1.HeaderClassName
{
color: #F16181;
}
.AnyTagClassName
{
color: #F16181;
}
</style>
background-color css
<style>
a { background-color: #F16181; }
a { background-color: rgb(241,97,129); }
div.DivClassName
{
background-color: #F16181;
}
.BgClassName
{
background-color: #F16181;
}
</style>
border-color css
<style>
span { border-color: #F16181; }
span { border-color: rgb(241,97,129); }
td.TdClassName
{
border-color: #F16181;
}
.TagClassName
{
border-color: #F16181;
}
</style>