Shades of Brink Pink #F16985
Tints of Brink Pink #F16985
RGB
CMYK
RGB Variations
Color information
#F16985 (or 0xF16985) is known color: Brink Pink. HEX triplet: F1, 69 and 85. RGB value is (241,105,133). Sum of RGB (Red+Green+Blue) = 241+105+133=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F16985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16985 is #0E967A. Grayscale: #949494. Windows color (decimal): -956027 or 8743409. OLE color: 8743409.
HSL color Cylindrical-coordinate representation of color #F16985: hue angle of 347.65º 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 #F16985 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 133 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.05 |
| HSL | 347.65º | 0.83% | 0.68% | - |
| HSV(B) | 347.65º | 0.56% | 0.95% | - |
| XYZ | 45.56 | 30.5 | 25.68 | - |
| YUV | 148.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 133 | 0 | 0.56 | 0.45 | 0.05 | 347.65 | 0.83 | 0.68 |
| Hex | F1 | 69 | 85 | 0 | 38 | 2D | 5 | 15C | 53 | 44 |
| Octal | 361 | 151 | 205 | 0 | 70 | 55 | 5 | 534 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10000101 | 0 | 111000 | 101101 | 101 | 101011100 | 1010011 | 1000100 |
Color Harmonies of #F16985
Complementary color
Monochromatic Colors of #F16985
Black with #F16985
Text Example
Text Example
White with #F16985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16985; }
p { color: rgb(241,105,133); }
H1.HeaderClassName
{
color: #F16985;
}
.AnyTagClassName
{
color: #F16985;
}
</style>
background-color css
<style>
a { background-color: #F16985; }
a { background-color: rgb(241,105,133); }
div.DivClassName
{
background-color: #F16985;
}
.BgClassName
{
background-color: #F16985;
}
</style>
border-color css
<style>
span { border-color: #F16985; }
span { border-color: rgb(241,105,133); }
td.TdClassName
{
border-color: #F16985;
}
.TagClassName
{
border-color: #F16985;
}
</style>