Shades of Brink Pink #FF7785
Tints of Brink Pink #FF7785
RGB
CMYK
RGB Variations
Color information
#FF7785 (or 0xFF7785) is known color: Brink Pink. HEX triplet: FF, 77 and 85. RGB value is (255,119,133). Sum of RGB (Red+Green+Blue) = 255+119+133=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7785 is #00887A. Grayscale: #A1A1A1. Windows color (decimal): -34939 or 8747007. OLE color: 8747007.
HSL color Cylindrical-coordinate representation of color #FF7785: hue angle of 353.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7785 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 133 | - |
| CMYK | 0 | 0.53 | 0.48 | 0 |
| HSL | 353.82º | 1% | 0.73% | - |
| HSV(B) | 353.82º | 0.53% | 1% | - |
| XYZ | 52.07 | 36.15 | 26.42 | - |
| YUV | 161.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 133 | 0 | 0.53 | 0.48 | 0 | 353.82 | 1 | 0.73 |
| Hex | FF | 77 | 85 | 0 | 35 | 30 | 0 | 162 | 64 | 49 |
| Octal | 377 | 167 | 205 | 0 | 65 | 60 | 0 | 542 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10000101 | 0 | 110101 | 110000 | 0 | 101100010 | 1100100 | 1001001 |
Color Harmonies of #FF7785
Complementary color
Monochromatic Colors of #FF7785
Black with #FF7785
Text Example
Text Example
White with #FF7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7785; }
p { color: rgb(255,119,133); }
H1.HeaderClassName
{
color: #FF7785;
}
.AnyTagClassName
{
color: #FF7785;
}
</style>
background-color css
<style>
a { background-color: #FF7785; }
a { background-color: rgb(255,119,133); }
div.DivClassName
{
background-color: #FF7785;
}
.BgClassName
{
background-color: #FF7785;
}
</style>
border-color css
<style>
span { border-color: #FF7785; }
span { border-color: rgb(255,119,133); }
td.TdClassName
{
border-color: #FF7785;
}
.TagClassName
{
border-color: #FF7785;
}
</style>