Shades of Brink Pink #FF787C
Tints of Brink Pink #FF787C
RGB
CMYK
RGB Variations
Color information
#FF787C (or 0xFF787C) is known color: Brink Pink. HEX triplet: FF, 78 and 7C. RGB value is (255,120,124). Sum of RGB (Red+Green+Blue) = 255+120+124=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF787C is #008783. Grayscale: #A0A0A0. Windows color (decimal): -34692 or 8157439. OLE color: 8157439.
HSL color Cylindrical-coordinate representation of color #FF787C: hue angle of 358.22º 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 #FF787C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 124 | - |
| CMYK | 0 | 0.53 | 0.51 | 0 |
| HSL | 358.22º | 1% | 0.74% | - |
| HSV(B) | 358.22º | 0.53% | 1% | - |
| XYZ | 51.59 | 36.15 | 23.33 | - |
| YUV | 160.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 124 | 0 | 0.53 | 0.51 | 0 | 358.22 | 1 | 0.74 |
| Hex | FF | 78 | 7C | 0 | 35 | 33 | 0 | 166 | 64 | 4A |
| Octal | 377 | 170 | 174 | 0 | 65 | 63 | 0 | 546 | 144 | 112 |
| Binary | 11111111 | 1111000 | 1111100 | 0 | 110101 | 110011 | 0 | 101100110 | 1100100 | 1001010 |
Color Harmonies of #FF787C
Complementary color
Monochromatic Colors of #FF787C
Black with #FF787C
Text Example
Text Example
White with #FF787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF787C; }
p { color: rgb(255,120,124); }
H1.HeaderClassName
{
color: #FF787C;
}
.AnyTagClassName
{
color: #FF787C;
}
</style>
background-color css
<style>
a { background-color: #FF787C; }
a { background-color: rgb(255,120,124); }
div.DivClassName
{
background-color: #FF787C;
}
.BgClassName
{
background-color: #FF787C;
}
</style>
border-color css
<style>
span { border-color: #FF787C; }
span { border-color: rgb(255,120,124); }
td.TdClassName
{
border-color: #FF787C;
}
.TagClassName
{
border-color: #FF787C;
}
</style>