Shades of Brink Pink #F16782
Tints of Brink Pink #F16782
RGB
CMYK
RGB Variations
Color information
#F16782 (or 0xF16782) is known color: Brink Pink. HEX triplet: F1, 67 and 82. RGB value is (241,103,130). Sum of RGB (Red+Green+Blue) = 241+103+130=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16782 is #0E987D. Grayscale: #939393. Windows color (decimal): -956542 or 8546289. OLE color: 8546289.
HSL color Cylindrical-coordinate representation of color #F16782: hue angle of 348.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16782 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 130 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.05 |
| HSL | 348.26º | 0.83% | 0.67% | - |
| HSV(B) | 348.26º | 0.57% | 0.95% | - |
| XYZ | 45.16 | 30.01 | 24.53 | - |
| YUV | 147.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 130 | 0 | 0.57 | 0.46 | 0.05 | 348.26 | 0.83 | 0.67 |
| Hex | F1 | 67 | 82 | 0 | 39 | 2E | 5 | 15C | 53 | 43 |
| Octal | 361 | 147 | 202 | 0 | 71 | 56 | 5 | 534 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10000010 | 0 | 111001 | 101110 | 101 | 101011100 | 1010011 | 1000011 |
Color Harmonies of #F16782
Complementary color
Monochromatic Colors of #F16782
Black with #F16782
Text Example
Text Example
White with #F16782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16782; }
p { color: rgb(241,103,130); }
H1.HeaderClassName
{
color: #F16782;
}
.AnyTagClassName
{
color: #F16782;
}
</style>
background-color css
<style>
a { background-color: #F16782; }
a { background-color: rgb(241,103,130); }
div.DivClassName
{
background-color: #F16782;
}
.BgClassName
{
background-color: #F16782;
}
</style>
border-color css
<style>
span { border-color: #F16782; }
span { border-color: rgb(241,103,130); }
td.TdClassName
{
border-color: #F16782;
}
.TagClassName
{
border-color: #F16782;
}
</style>