Shades of Brink Pink #F16580
Tints of Brink Pink #F16580
RGB
CMYK
RGB Variations
Color information
#F16580 (or 0xF16580) is known color: Brink Pink. HEX triplet: F1, 65 and 80. RGB value is (241,101,128). Sum of RGB (Red+Green+Blue) = 241+101+128=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F16580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16580 is #0E9A7F. Grayscale: #919191. Windows color (decimal): -957056 or 8414705. OLE color: 8414705.
HSL color Cylindrical-coordinate representation of color #F16580: hue angle of 348.43º 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 #F16580 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 128 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.05 |
| HSL | 348.43º | 0.83% | 0.67% | - |
| HSV(B) | 348.43º | 0.58% | 0.95% | - |
| XYZ | 44.83 | 29.57 | 23.77 | - |
| YUV | 145.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 128 | 0 | 0.58 | 0.47 | 0.05 | 348.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | 80 | 0 | 3A | 2F | 5 | 15C | 53 | 43 |
| Octal | 361 | 145 | 200 | 0 | 72 | 57 | 5 | 534 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10000000 | 0 | 111010 | 101111 | 101 | 101011100 | 1010011 | 1000011 |
Color Harmonies of #F16580
Complementary color
Monochromatic Colors of #F16580
Black with #F16580
Text Example
Text Example
White with #F16580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16580; }
p { color: rgb(241,101,128); }
H1.HeaderClassName
{
color: #F16580;
}
.AnyTagClassName
{
color: #F16580;
}
</style>
background-color css
<style>
a { background-color: #F16580; }
a { background-color: rgb(241,101,128); }
div.DivClassName
{
background-color: #F16580;
}
.BgClassName
{
background-color: #F16580;
}
</style>
border-color css
<style>
span { border-color: #F16580; }
span { border-color: rgb(241,101,128); }
td.TdClassName
{
border-color: #F16580;
}
.TagClassName
{
border-color: #F16580;
}
</style>