Shades of Brink Pink #FF7181
Tints of Brink Pink #FF7181
RGB
CMYK
RGB Variations
Color information
#FF7181 (or 0xFF7181) is known color: Brink Pink. HEX triplet: FF, 71 and 81. RGB value is (255,113,129). Sum of RGB (Red+Green+Blue) = 255+113+129=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7181 is #008E7E. Grayscale: #9D9D9D. Windows color (decimal): -36479 or 8483327. OLE color: 8483327.
HSL color Cylindrical-coordinate representation of color #FF7181: hue angle of 353.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7181 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 129 | - |
| CMYK | 0 | 0.56 | 0.49 | 0 |
| HSL | 353.24º | 1% | 0.72% | - |
| HSV(B) | 353.24º | 0.56% | 1% | - |
| XYZ | 51.11 | 34.66 | 24.76 | - |
| YUV | 157.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 129 | 0 | 0.56 | 0.49 | 0 | 353.24 | 1 | 0.72 |
| Hex | FF | 71 | 81 | 0 | 38 | 31 | 0 | 161 | 64 | 48 |
| Octal | 377 | 161 | 201 | 0 | 70 | 61 | 0 | 541 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10000001 | 0 | 111000 | 110001 | 0 | 101100001 | 1100100 | 1001000 |
Color Harmonies of #FF7181
Complementary color
Monochromatic Colors of #FF7181
Black with #FF7181
Text Example
Text Example
White with #FF7181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7181; }
p { color: rgb(255,113,129); }
H1.HeaderClassName
{
color: #FF7181;
}
.AnyTagClassName
{
color: #FF7181;
}
</style>
background-color css
<style>
a { background-color: #FF7181; }
a { background-color: rgb(255,113,129); }
div.DivClassName
{
background-color: #FF7181;
}
.BgClassName
{
background-color: #FF7181;
}
</style>
border-color css
<style>
span { border-color: #FF7181; }
span { border-color: rgb(255,113,129); }
td.TdClassName
{
border-color: #FF7181;
}
.TagClassName
{
border-color: #FF7181;
}
</style>