Shades of Brink Pink #FF787B
Tints of Brink Pink #FF787B
RGB
CMYK
RGB Variations
Color information
#FF787B (or 0xFF787B) is known color: Brink Pink. HEX triplet: FF, 78 and 7B. RGB value is (255,120,123). Sum of RGB (Red+Green+Blue) = 255+120+123=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF787B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF787B is #008784. Grayscale: #A0A0A0. Windows color (decimal): -34693 or 8091903. OLE color: 8091903.
HSL color Cylindrical-coordinate representation of color #FF787B: hue angle of 358.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF787B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 123 | - |
| CMYK | 0 | 0.53 | 0.52 | 0 |
| HSL | 358.67º | 1% | 0.74% | - |
| HSV(B) | 358.67º | 0.53% | 1% | - |
| XYZ | 51.53 | 36.12 | 23 | - |
| YUV | 160.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 123 | 0 | 0.53 | 0.52 | 0 | 358.67 | 1 | 0.74 |
| Hex | FF | 78 | 7B | 0 | 35 | 34 | 0 | 167 | 64 | 4A |
| Octal | 377 | 170 | 173 | 0 | 65 | 64 | 0 | 547 | 144 | 112 |
| Binary | 11111111 | 1111000 | 1111011 | 0 | 110101 | 110100 | 0 | 101100111 | 1100100 | 1001010 |
Color Harmonies of #FF787B
Complementary color
Monochromatic Colors of #FF787B
Black with #FF787B
Text Example
Text Example
White with #FF787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF787B; }
p { color: rgb(255,120,123); }
H1.HeaderClassName
{
color: #FF787B;
}
.AnyTagClassName
{
color: #FF787B;
}
</style>
background-color css
<style>
a { background-color: #FF787B; }
a { background-color: rgb(255,120,123); }
div.DivClassName
{
background-color: #FF787B;
}
.BgClassName
{
background-color: #FF787B;
}
</style>
border-color css
<style>
span { border-color: #FF787B; }
span { border-color: rgb(255,120,123); }
td.TdClassName
{
border-color: #FF787B;
}
.TagClassName
{
border-color: #FF787B;
}
</style>