Shades of Brink Pink #FF7387
Tints of Brink Pink #FF7387
RGB
CMYK
RGB Variations
Color information
#FF7387 (or 0xFF7387) is known color: Brink Pink. HEX triplet: FF, 73 and 87. RGB value is (255,115,135). Sum of RGB (Red+Green+Blue) = 255+115+135=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7387 is #008C78. Grayscale: #9F9F9F. Windows color (decimal): -35961 or 8877055. OLE color: 8877055.
HSL color Cylindrical-coordinate representation of color #FF7387: hue angle of 351.43º 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 #FF7387 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 135 | - |
| CMYK | 0 | 0.55 | 0.47 | 0 |
| HSL | 351.43º | 1% | 0.73% | - |
| HSV(B) | 351.43º | 0.55% | 1% | - |
| XYZ | 51.74 | 35.27 | 27 | - |
| YUV | 159.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 135 | 0 | 0.55 | 0.47 | 0 | 351.43 | 1 | 0.73 |
| Hex | FF | 73 | 87 | 0 | 37 | 2F | 0 | 15F | 64 | 49 |
| Octal | 377 | 163 | 207 | 0 | 67 | 57 | 0 | 537 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10000111 | 0 | 110111 | 101111 | 0 | 101011111 | 1100100 | 1001001 |
Color Harmonies of #FF7387
Complementary color
Monochromatic Colors of #FF7387
Black with #FF7387
Text Example
Text Example
White with #FF7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7387; }
p { color: rgb(255,115,135); }
H1.HeaderClassName
{
color: #FF7387;
}
.AnyTagClassName
{
color: #FF7387;
}
</style>
background-color css
<style>
a { background-color: #FF7387; }
a { background-color: rgb(255,115,135); }
div.DivClassName
{
background-color: #FF7387;
}
.BgClassName
{
background-color: #FF7387;
}
</style>
border-color css
<style>
span { border-color: #FF7387; }
span { border-color: rgb(255,115,135); }
td.TdClassName
{
border-color: #FF7387;
}
.TagClassName
{
border-color: #FF7387;
}
</style>