Shades of Brink Pink #F16682
Tints of Brink Pink #F16682
RGB
CMYK
RGB Variations
Color information
#F16682 (or 0xF16682) is known color: Brink Pink. HEX triplet: F1, 66 and 82. RGB value is (241,102,130). Sum of RGB (Red+Green+Blue) = 241+102+130=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16682 is #0E997D. Grayscale: #929292. Windows color (decimal): -956798 or 8546033. OLE color: 8546033.
HSL color Cylindrical-coordinate representation of color #F16682: hue angle of 347.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16682 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 130 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.05 |
| HSL | 347.91º | 0.83% | 0.67% | - |
| HSV(B) | 347.91º | 0.58% | 0.95% | - |
| XYZ | 45.06 | 29.82 | 24.5 | - |
| YUV | 146.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 130 | 0 | 0.58 | 0.46 | 0.05 | 347.91 | 0.83 | 0.67 |
| Hex | F1 | 66 | 82 | 0 | 3A | 2E | 5 | 15C | 53 | 43 |
| Octal | 361 | 146 | 202 | 0 | 72 | 56 | 5 | 534 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10000010 | 0 | 111010 | 101110 | 101 | 101011100 | 1010011 | 1000011 |
Color Harmonies of #F16682
Complementary color
Monochromatic Colors of #F16682
Black with #F16682
Text Example
Text Example
White with #F16682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16682; }
p { color: rgb(241,102,130); }
H1.HeaderClassName
{
color: #F16682;
}
.AnyTagClassName
{
color: #F16682;
}
</style>
background-color css
<style>
a { background-color: #F16682; }
a { background-color: rgb(241,102,130); }
div.DivClassName
{
background-color: #F16682;
}
.BgClassName
{
background-color: #F16682;
}
</style>
border-color css
<style>
span { border-color: #F16682; }
span { border-color: rgb(241,102,130); }
td.TdClassName
{
border-color: #F16682;
}
.TagClassName
{
border-color: #F16682;
}
</style>