Shades of Brink Pink #F16783
Tints of Brink Pink #F16783
RGB
CMYK
RGB Variations
Color information
#F16783 (or 0xF16783) is known color: Brink Pink. HEX triplet: F1, 67 and 83. RGB value is (241,103,131). Sum of RGB (Red+Green+Blue) = 241+103+131=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16783 is #0E987C. Grayscale: #939393. Windows color (decimal): -956541 or 8611825. OLE color: 8611825.
HSL color Cylindrical-coordinate representation of color #F16783: hue angle of 347.83º 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 #F16783 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 131 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.05 |
| HSL | 347.83º | 0.83% | 0.67% | - |
| HSV(B) | 347.83º | 0.57% | 0.95% | - |
| XYZ | 45.22 | 30.04 | 24.89 | - |
| YUV | 147.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 131 | 0 | 0.57 | 0.46 | 0.05 | 347.83 | 0.83 | 0.67 |
| Hex | F1 | 67 | 83 | 0 | 39 | 2E | 5 | 15C | 53 | 43 |
| Octal | 361 | 147 | 203 | 0 | 71 | 56 | 5 | 534 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10000011 | 0 | 111001 | 101110 | 101 | 101011100 | 1010011 | 1000011 |
Color Harmonies of #F16783
Complementary color
Monochromatic Colors of #F16783
Black with #F16783
Text Example
Text Example
White with #F16783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16783; }
p { color: rgb(241,103,131); }
H1.HeaderClassName
{
color: #F16783;
}
.AnyTagClassName
{
color: #F16783;
}
</style>
background-color css
<style>
a { background-color: #F16783; }
a { background-color: rgb(241,103,131); }
div.DivClassName
{
background-color: #F16783;
}
.BgClassName
{
background-color: #F16783;
}
</style>
border-color css
<style>
span { border-color: #F16783; }
span { border-color: rgb(241,103,131); }
td.TdClassName
{
border-color: #F16783;
}
.TagClassName
{
border-color: #F16783;
}
</style>