Shades of Brink Pink #FF7381
Tints of Brink Pink #FF7381
RGB
CMYK
RGB Variations
Color information
#FF7381 (or 0xFF7381) is known color: Brink Pink. HEX triplet: FF, 73 and 81. RGB value is (255,115,129). Sum of RGB (Red+Green+Blue) = 255+115+129=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7381 is #008C7E. Grayscale: #9E9E9E. Windows color (decimal): -35967 or 8483839. OLE color: 8483839.
HSL color Cylindrical-coordinate representation of color #FF7381: hue angle of 354º 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 #FF7381 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 129 | - |
| CMYK | 0 | 0.55 | 0.49 | 0 |
| HSL | 354º | 1% | 0.73% | - |
| HSV(B) | 354º | 0.55% | 1% | - |
| XYZ | 51.33 | 35.11 | 24.84 | - |
| YUV | 158.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 129 | 0 | 0.55 | 0.49 | 0 | 354 | 1 | 0.73 |
| Hex | FF | 73 | 81 | 0 | 37 | 31 | 0 | 162 | 64 | 49 |
| Octal | 377 | 163 | 201 | 0 | 67 | 61 | 0 | 542 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10000001 | 0 | 110111 | 110001 | 0 | 101100010 | 1100100 | 1001001 |
Color Harmonies of #FF7381
Complementary color
Monochromatic Colors of #FF7381
Black with #FF7381
Text Example
Text Example
White with #FF7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7381; }
p { color: rgb(255,115,129); }
H1.HeaderClassName
{
color: #FF7381;
}
.AnyTagClassName
{
color: #FF7381;
}
</style>
background-color css
<style>
a { background-color: #FF7381; }
a { background-color: rgb(255,115,129); }
div.DivClassName
{
background-color: #FF7381;
}
.BgClassName
{
background-color: #FF7381;
}
</style>
border-color css
<style>
span { border-color: #FF7381; }
span { border-color: rgb(255,115,129); }
td.TdClassName
{
border-color: #FF7381;
}
.TagClassName
{
border-color: #FF7381;
}
</style>