Shades of Brink Pink #FF7376
Tints of Brink Pink #FF7376
RGB
CMYK
RGB Variations
Color information
#FF7376 (or 0xFF7376) is known color: Brink Pink. HEX triplet: FF, 73 and 76. RGB value is (255,115,118). Sum of RGB (Red+Green+Blue) = 255+115+118=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7376 is #008C89. Grayscale: #9D9D9D. Windows color (decimal): -35978 or 7762943. OLE color: 7762943.
HSL color Cylindrical-coordinate representation of color #FF7376: hue angle of 358.71º 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 #FF7376 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 118 | - |
| CMYK | 0 | 0.55 | 0.54 | 0 |
| HSL | 358.71º | 1% | 0.73% | - |
| HSV(B) | 358.71º | 0.55% | 1% | - |
| XYZ | 50.64 | 34.83 | 21.19 | - |
| YUV | 157.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 118 | 0 | 0.55 | 0.54 | 0 | 358.71 | 1 | 0.73 |
| Hex | FF | 73 | 76 | 0 | 37 | 36 | 0 | 167 | 64 | 49 |
| Octal | 377 | 163 | 166 | 0 | 67 | 66 | 0 | 547 | 144 | 111 |
| Binary | 11111111 | 1110011 | 1110110 | 0 | 110111 | 110110 | 0 | 101100111 | 1100100 | 1001001 |
Color Harmonies of #FF7376
Complementary color
Monochromatic Colors of #FF7376
Black with #FF7376
Text Example
Text Example
White with #FF7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7376; }
p { color: rgb(255,115,118); }
H1.HeaderClassName
{
color: #FF7376;
}
.AnyTagClassName
{
color: #FF7376;
}
</style>
background-color css
<style>
a { background-color: #FF7376; }
a { background-color: rgb(255,115,118); }
div.DivClassName
{
background-color: #FF7376;
}
.BgClassName
{
background-color: #FF7376;
}
</style>
border-color css
<style>
span { border-color: #FF7376; }
span { border-color: rgb(255,115,118); }
td.TdClassName
{
border-color: #FF7376;
}
.TagClassName
{
border-color: #FF7376;
}
</style>