Shades of Brink Pink #FF788A
Tints of Brink Pink #FF788A
RGB
CMYK
RGB Variations
Color information
#FF788A (or 0xFF788A) is known color: Brink Pink. HEX triplet: FF, 78 and 8A. RGB value is (255,120,138). Sum of RGB (Red+Green+Blue) = 255+120+138=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF788A is #008775. Grayscale: #A2A2A2. Windows color (decimal): -34678 or 9074943. OLE color: 9074943.
HSL color Cylindrical-coordinate representation of color #FF788A: hue angle of 352º 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 #FF788A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 138 | - |
| CMYK | 0 | 0.53 | 0.46 | 0 |
| HSL | 352º | 1% | 0.74% | - |
| HSV(B) | 352º | 0.53% | 1% | - |
| XYZ | 52.54 | 36.53 | 28.33 | - |
| YUV | 162.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 138 | 0 | 0.53 | 0.46 | 0 | 352 | 1 | 0.74 |
| Hex | FF | 78 | 8A | 0 | 35 | 2E | 0 | 160 | 64 | 4A |
| Octal | 377 | 170 | 212 | 0 | 65 | 56 | 0 | 540 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10001010 | 0 | 110101 | 101110 | 0 | 101100000 | 1100100 | 1001010 |
Color Harmonies of #FF788A
Complementary color
Monochromatic Colors of #FF788A
Black with #FF788A
Text Example
Text Example
White with #FF788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF788A; }
p { color: rgb(255,120,138); }
H1.HeaderClassName
{
color: #FF788A;
}
.AnyTagClassName
{
color: #FF788A;
}
</style>
background-color css
<style>
a { background-color: #FF788A; }
a { background-color: rgb(255,120,138); }
div.DivClassName
{
background-color: #FF788A;
}
.BgClassName
{
background-color: #FF788A;
}
</style>
border-color css
<style>
span { border-color: #FF788A; }
span { border-color: rgb(255,120,138); }
td.TdClassName
{
border-color: #FF788A;
}
.TagClassName
{
border-color: #FF788A;
}
</style>