Shades of Brink Pink #FF7382
Tints of Brink Pink #FF7382
RGB
CMYK
RGB Variations
Color information
#FF7382 (or 0xFF7382) is known color: Brink Pink. HEX triplet: FF, 73 and 82. RGB value is (255,115,130). Sum of RGB (Red+Green+Blue) = 255+115+130=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7382 is #008C7D. Grayscale: #9E9E9E. Windows color (decimal): -35966 or 8549375. OLE color: 8549375.
HSL color Cylindrical-coordinate representation of color #FF7382: hue angle of 353.57º 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 #FF7382 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 130 | - |
| CMYK | 0 | 0.55 | 0.49 | 0 |
| HSL | 353.57º | 1% | 0.73% | - |
| HSV(B) | 353.57º | 0.55% | 1% | - |
| XYZ | 51.4 | 35.13 | 25.19 | - |
| YUV | 158.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 130 | 0 | 0.55 | 0.49 | 0 | 353.57 | 1 | 0.73 |
| Hex | FF | 73 | 82 | 0 | 37 | 31 | 0 | 162 | 64 | 49 |
| Octal | 377 | 163 | 202 | 0 | 67 | 61 | 0 | 542 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10000010 | 0 | 110111 | 110001 | 0 | 101100010 | 1100100 | 1001001 |
Color Harmonies of #FF7382
Complementary color
Monochromatic Colors of #FF7382
Black with #FF7382
Text Example
Text Example
White with #FF7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7382; }
p { color: rgb(255,115,130); }
H1.HeaderClassName
{
color: #FF7382;
}
.AnyTagClassName
{
color: #FF7382;
}
</style>
background-color css
<style>
a { background-color: #FF7382; }
a { background-color: rgb(255,115,130); }
div.DivClassName
{
background-color: #FF7382;
}
.BgClassName
{
background-color: #FF7382;
}
</style>
border-color css
<style>
span { border-color: #FF7382; }
span { border-color: rgb(255,115,130); }
td.TdClassName
{
border-color: #FF7382;
}
.TagClassName
{
border-color: #FF7382;
}
</style>