Shades of Brink Pink #FF7184
Tints of Brink Pink #FF7184
RGB
CMYK
RGB Variations
Color information
#FF7184 (or 0xFF7184) is known color: Brink Pink. HEX triplet: FF, 71 and 84. RGB value is (255,113,132). Sum of RGB (Red+Green+Blue) = 255+113+132=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7184 is #008E7B. Grayscale: #9D9D9D. Windows color (decimal): -36476 or 8679935. OLE color: 8679935.
HSL color Cylindrical-coordinate representation of color #FF7184: hue angle of 351.97º 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 #FF7184 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 132 | - |
| CMYK | 0 | 0.56 | 0.48 | 0 |
| HSL | 351.97º | 1% | 0.72% | - |
| HSV(B) | 351.97º | 0.56% | 1% | - |
| XYZ | 51.31 | 34.74 | 25.83 | - |
| YUV | 157.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 132 | 0 | 0.56 | 0.48 | 0 | 351.97 | 1 | 0.72 |
| Hex | FF | 71 | 84 | 0 | 38 | 30 | 0 | 160 | 64 | 48 |
| Octal | 377 | 161 | 204 | 0 | 70 | 60 | 0 | 540 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10000100 | 0 | 111000 | 110000 | 0 | 101100000 | 1100100 | 1001000 |
Color Harmonies of #FF7184
Complementary color
Monochromatic Colors of #FF7184
Black with #FF7184
Text Example
Text Example
White with #FF7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7184; }
p { color: rgb(255,113,132); }
H1.HeaderClassName
{
color: #FF7184;
}
.AnyTagClassName
{
color: #FF7184;
}
</style>
background-color css
<style>
a { background-color: #FF7184; }
a { background-color: rgb(255,113,132); }
div.DivClassName
{
background-color: #FF7184;
}
.BgClassName
{
background-color: #FF7184;
}
</style>
border-color css
<style>
span { border-color: #FF7184; }
span { border-color: rgb(255,113,132); }
td.TdClassName
{
border-color: #FF7184;
}
.TagClassName
{
border-color: #FF7184;
}
</style>