Shades of Brink Pink #FF7377
Tints of Brink Pink #FF7377
RGB
CMYK
RGB Variations
Color information
#FF7377 (or 0xFF7377) is known color: Brink Pink. HEX triplet: FF, 73 and 77. RGB value is (255,115,119). Sum of RGB (Red+Green+Blue) = 255+115+119=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7377 is #008C88. Grayscale: #9D9D9D. Windows color (decimal): -35977 or 7828479. OLE color: 7828479.
HSL color Cylindrical-coordinate representation of color #FF7377: hue angle of 358.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7377 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 119 | - |
| CMYK | 0 | 0.55 | 0.53 | 0 |
| HSL | 358.29º | 1% | 0.73% | - |
| HSV(B) | 358.29º | 0.55% | 1% | - |
| XYZ | 50.7 | 34.85 | 21.51 | - |
| YUV | 157.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 119 | 0 | 0.55 | 0.53 | 0 | 358.29 | 1 | 0.73 |
| Hex | FF | 73 | 77 | 0 | 37 | 35 | 0 | 166 | 64 | 49 |
| Octal | 377 | 163 | 167 | 0 | 67 | 65 | 0 | 546 | 144 | 111 |
| Binary | 11111111 | 1110011 | 1110111 | 0 | 110111 | 110101 | 0 | 101100110 | 1100100 | 1001001 |
Color Harmonies of #FF7377
Complementary color
Monochromatic Colors of #FF7377
Black with #FF7377
Text Example
Text Example
White with #FF7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7377; }
p { color: rgb(255,115,119); }
H1.HeaderClassName
{
color: #FF7377;
}
.AnyTagClassName
{
color: #FF7377;
}
</style>
background-color css
<style>
a { background-color: #FF7377; }
a { background-color: rgb(255,115,119); }
div.DivClassName
{
background-color: #FF7377;
}
.BgClassName
{
background-color: #FF7377;
}
</style>
border-color css
<style>
span { border-color: #FF7377; }
span { border-color: rgb(255,115,119); }
td.TdClassName
{
border-color: #FF7377;
}
.TagClassName
{
border-color: #FF7377;
}
</style>