Shades of Brink Pink #F16781
Tints of Brink Pink #F16781
RGB
CMYK
RGB Variations
Color information
#F16781 (or 0xF16781) is known color: Brink Pink. HEX triplet: F1, 67 and 81. RGB value is (241,103,129). Sum of RGB (Red+Green+Blue) = 241+103+129=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16781 is #0E987E. Grayscale: #939393. Windows color (decimal): -956543 or 8480753. OLE color: 8480753.
HSL color Cylindrical-coordinate representation of color #F16781: hue angle of 348.7º 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 #F16781 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 129 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.05 |
| HSL | 348.7º | 0.83% | 0.67% | - |
| HSV(B) | 348.7º | 0.57% | 0.95% | - |
| XYZ | 45.09 | 29.99 | 24.18 | - |
| YUV | 147.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 129 | 0 | 0.57 | 0.46 | 0.05 | 348.7 | 0.83 | 0.67 |
| Hex | F1 | 67 | 81 | 0 | 39 | 2E | 5 | 15D | 53 | 43 |
| Octal | 361 | 147 | 201 | 0 | 71 | 56 | 5 | 535 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10000001 | 0 | 111001 | 101110 | 101 | 101011101 | 1010011 | 1000011 |
Color Harmonies of #F16781
Complementary color
Monochromatic Colors of #F16781
Black with #F16781
Text Example
Text Example
White with #F16781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16781; }
p { color: rgb(241,103,129); }
H1.HeaderClassName
{
color: #F16781;
}
.AnyTagClassName
{
color: #F16781;
}
</style>
background-color css
<style>
a { background-color: #F16781; }
a { background-color: rgb(241,103,129); }
div.DivClassName
{
background-color: #F16781;
}
.BgClassName
{
background-color: #F16781;
}
</style>
border-color css
<style>
span { border-color: #F16781; }
span { border-color: rgb(241,103,129); }
td.TdClassName
{
border-color: #F16781;
}
.TagClassName
{
border-color: #F16781;
}
</style>