Shades of Brink Pink #F16984
Tints of Brink Pink #F16984
RGB
CMYK
RGB Variations
Color information
#F16984 (or 0xF16984) is known color: Brink Pink. HEX triplet: F1, 69 and 84. RGB value is (241,105,132). Sum of RGB (Red+Green+Blue) = 241+105+132=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16984 is #0E967B. Grayscale: #949494. Windows color (decimal): -956028 or 8677873. OLE color: 8677873.
HSL color Cylindrical-coordinate representation of color #F16984: hue angle of 348.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16984 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 132 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.05 |
| HSL | 348.09º | 0.83% | 0.68% | - |
| HSV(B) | 348.09º | 0.56% | 0.95% | - |
| XYZ | 45.49 | 30.47 | 25.31 | - |
| YUV | 148.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 132 | 0 | 0.56 | 0.45 | 0.05 | 348.09 | 0.83 | 0.68 |
| Hex | F1 | 69 | 84 | 0 | 38 | 2D | 5 | 15C | 53 | 44 |
| Octal | 361 | 151 | 204 | 0 | 70 | 55 | 5 | 534 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10000100 | 0 | 111000 | 101101 | 101 | 101011100 | 1010011 | 1000100 |
Color Harmonies of #F16984
Complementary color
Monochromatic Colors of #F16984
Black with #F16984
Text Example
Text Example
White with #F16984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16984; }
p { color: rgb(241,105,132); }
H1.HeaderClassName
{
color: #F16984;
}
.AnyTagClassName
{
color: #F16984;
}
</style>
background-color css
<style>
a { background-color: #F16984; }
a { background-color: rgb(241,105,132); }
div.DivClassName
{
background-color: #F16984;
}
.BgClassName
{
background-color: #F16984;
}
</style>
border-color css
<style>
span { border-color: #F16984; }
span { border-color: rgb(241,105,132); }
td.TdClassName
{
border-color: #F16984;
}
.TagClassName
{
border-color: #F16984;
}
</style>