Shades of Brink Pink #FF7784
Tints of Brink Pink #FF7784
RGB
CMYK
RGB Variations
Color information
#FF7784 (or 0xFF7784) is known color: Brink Pink. HEX triplet: FF, 77 and 84. RGB value is (255,119,132). Sum of RGB (Red+Green+Blue) = 255+119+132=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7784 is #00887B. Grayscale: #A1A1A1. Windows color (decimal): -34940 or 8681471. OLE color: 8681471.
HSL color Cylindrical-coordinate representation of color #FF7784: hue angle of 354.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7784 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 132 | - |
| CMYK | 0 | 0.53 | 0.48 | 0 |
| HSL | 354.26º | 1% | 0.73% | - |
| HSV(B) | 354.26º | 0.53% | 1% | - |
| XYZ | 52 | 36.12 | 26.06 | - |
| YUV | 161.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 132 | 0 | 0.53 | 0.48 | 0 | 354.26 | 1 | 0.73 |
| Hex | FF | 77 | 84 | 0 | 35 | 30 | 0 | 162 | 64 | 49 |
| Octal | 377 | 167 | 204 | 0 | 65 | 60 | 0 | 542 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10000100 | 0 | 110101 | 110000 | 0 | 101100010 | 1100100 | 1001001 |
Color Harmonies of #FF7784
Complementary color
Monochromatic Colors of #FF7784
Black with #FF7784
Text Example
Text Example
White with #FF7784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7784; }
p { color: rgb(255,119,132); }
H1.HeaderClassName
{
color: #FF7784;
}
.AnyTagClassName
{
color: #FF7784;
}
</style>
background-color css
<style>
a { background-color: #FF7784; }
a { background-color: rgb(255,119,132); }
div.DivClassName
{
background-color: #FF7784;
}
.BgClassName
{
background-color: #FF7784;
}
</style>
border-color css
<style>
span { border-color: #FF7784; }
span { border-color: rgb(255,119,132); }
td.TdClassName
{
border-color: #FF7784;
}
.TagClassName
{
border-color: #FF7784;
}
</style>