Shades of Brink Pink #FF788C
Tints of Brink Pink #FF788C
RGB
CMYK
RGB Variations
Color information
#FF788C (or 0xFF788C) is known color: Brink Pink. HEX triplet: FF, 78 and 8C. RGB value is (255,120,140). Sum of RGB (Red+Green+Blue) = 255+120+140=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF788C is #008773. Grayscale: #A2A2A2. Windows color (decimal): -34676 or 9206015. OLE color: 9206015.
HSL color Cylindrical-coordinate representation of color #FF788C: hue angle of 351.11º 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 #FF788C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 140 | - |
| CMYK | 0 | 0.53 | 0.45 | 0 |
| HSL | 351.11º | 1% | 0.74% | - |
| HSV(B) | 351.11º | 0.53% | 1% | - |
| XYZ | 52.69 | 36.59 | 29.1 | - |
| YUV | 162.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 140 | 0 | 0.53 | 0.45 | 0 | 351.11 | 1 | 0.74 |
| Hex | FF | 78 | 8C | 0 | 35 | 2D | 0 | 15F | 64 | 4A |
| Octal | 377 | 170 | 214 | 0 | 65 | 55 | 0 | 537 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10001100 | 0 | 110101 | 101101 | 0 | 101011111 | 1100100 | 1001010 |
Color Harmonies of #FF788C
Complementary color
Monochromatic Colors of #FF788C
Black with #FF788C
Text Example
Text Example
White with #FF788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF788C; }
p { color: rgb(255,120,140); }
H1.HeaderClassName
{
color: #FF788C;
}
.AnyTagClassName
{
color: #FF788C;
}
</style>
background-color css
<style>
a { background-color: #FF788C; }
a { background-color: rgb(255,120,140); }
div.DivClassName
{
background-color: #FF788C;
}
.BgClassName
{
background-color: #FF788C;
}
</style>
border-color css
<style>
span { border-color: #FF788C; }
span { border-color: rgb(255,120,140); }
td.TdClassName
{
border-color: #FF788C;
}
.TagClassName
{
border-color: #FF788C;
}
</style>