Shades of Brink Pink #F16183
Tints of Brink Pink #F16183
RGB
CMYK
RGB Variations
Color information
#F16183 (or 0xF16183) is known color: Brink Pink. HEX triplet: F1, 61 and 83. RGB value is (241,97,131). Sum of RGB (Red+Green+Blue) = 241+97+131=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16183 is #0E9E7C. Grayscale: #8F8F8F. Windows color (decimal): -958077 or 8610289. OLE color: 8610289.
HSL color Cylindrical-coordinate representation of color #F16183: hue angle of 345.83º 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 #F16183 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 131 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 345.83º | 0.84% | 0.66% | - |
| HSV(B) | 345.83º | 0.6% | 0.95% | - |
| XYZ | 44.65 | 28.89 | 24.7 | - |
| YUV | 143.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 131 | 0 | 0.60 | 0.46 | 0.05 | 345.83 | 0.84 | 0.66 |
| Hex | F1 | 61 | 83 | 0 | 3C | 2E | 5 | 15A | 54 | 42 |
| Octal | 361 | 141 | 203 | 0 | 74 | 56 | 5 | 532 | 124 | 102 |
| Binary | 11110001 | 1100001 | 10000011 | 0 | 111100 | 101110 | 101 | 101011010 | 1010100 | 1000010 |
Color Harmonies of #F16183
Complementary color
Monochromatic Colors of #F16183
Black with #F16183
Text Example
Text Example
White with #F16183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16183; }
p { color: rgb(241,97,131); }
H1.HeaderClassName
{
color: #F16183;
}
.AnyTagClassName
{
color: #F16183;
}
</style>
background-color css
<style>
a { background-color: #F16183; }
a { background-color: rgb(241,97,131); }
div.DivClassName
{
background-color: #F16183;
}
.BgClassName
{
background-color: #F16183;
}
</style>
border-color css
<style>
span { border-color: #F16183; }
span { border-color: rgb(241,97,131); }
td.TdClassName
{
border-color: #F16183;
}
.TagClassName
{
border-color: #F16183;
}
</style>