Shades of Brink Pink #FF787D
Tints of Brink Pink #FF787D
RGB
CMYK
RGB Variations
Color information
#FF787D (or 0xFF787D) is known color: Brink Pink. HEX triplet: FF, 78 and 7D. RGB value is (255,120,125). Sum of RGB (Red+Green+Blue) = 255+120+125=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF787D is #008782. Grayscale: #A1A1A1. Windows color (decimal): -34691 or 8222975. OLE color: 8222975.
HSL color Cylindrical-coordinate representation of color #FF787D: hue angle of 357.78º 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 #FF787D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 125 | - |
| CMYK | 0 | 0.53 | 0.51 | 0 |
| HSL | 357.78º | 1% | 0.74% | - |
| HSV(B) | 357.78º | 0.53% | 1% | - |
| XYZ | 51.66 | 36.17 | 23.66 | - |
| YUV | 160.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 125 | 0 | 0.53 | 0.51 | 0 | 357.78 | 1 | 0.74 |
| Hex | FF | 78 | 7D | 0 | 35 | 33 | 0 | 166 | 64 | 4A |
| Octal | 377 | 170 | 175 | 0 | 65 | 63 | 0 | 546 | 144 | 112 |
| Binary | 11111111 | 1111000 | 1111101 | 0 | 110101 | 110011 | 0 | 101100110 | 1100100 | 1001010 |
Color Harmonies of #FF787D
Complementary color
Monochromatic Colors of #FF787D
Black with #FF787D
Text Example
Text Example
White with #FF787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF787D; }
p { color: rgb(255,120,125); }
H1.HeaderClassName
{
color: #FF787D;
}
.AnyTagClassName
{
color: #FF787D;
}
</style>
background-color css
<style>
a { background-color: #FF787D; }
a { background-color: rgb(255,120,125); }
div.DivClassName
{
background-color: #FF787D;
}
.BgClassName
{
background-color: #FF787D;
}
</style>
border-color css
<style>
span { border-color: #FF787D; }
span { border-color: rgb(255,120,125); }
td.TdClassName
{
border-color: #FF787D;
}
.TagClassName
{
border-color: #FF787D;
}
</style>