Shades of Brink Pink #FF738B
Tints of Brink Pink #FF738B
RGB
CMYK
RGB Variations
Color information
#FF738B (or 0xFF738B) is known color: Brink Pink. HEX triplet: FF, 73 and 8B. RGB value is (255,115,139). Sum of RGB (Red+Green+Blue) = 255+115+139=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF738B is #008C74. Grayscale: #9F9F9F. Windows color (decimal): -35957 or 9139199. OLE color: 9139199.
HSL color Cylindrical-coordinate representation of color #FF738B: hue angle of 349.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 #FF738B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0 |
| HSL | 349.71º | 1% | 0.73% | - |
| HSV(B) | 349.71º | 0.55% | 1% | - |
| XYZ | 52.03 | 35.39 | 28.51 | - |
| YUV | 159.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 139 | 0 | 0.55 | 0.45 | 0 | 349.71 | 1 | 0.73 |
| Hex | FF | 73 | 8B | 0 | 37 | 2D | 0 | 15E | 64 | 49 |
| Octal | 377 | 163 | 213 | 0 | 67 | 55 | 0 | 536 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10001011 | 0 | 110111 | 101101 | 0 | 101011110 | 1100100 | 1001001 |
Color Harmonies of #FF738B
Complementary color
Monochromatic Colors of #FF738B
Black with #FF738B
Text Example
Text Example
White with #FF738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF738B; }
p { color: rgb(255,115,139); }
H1.HeaderClassName
{
color: #FF738B;
}
.AnyTagClassName
{
color: #FF738B;
}
</style>
background-color css
<style>
a { background-color: #FF738B; }
a { background-color: rgb(255,115,139); }
div.DivClassName
{
background-color: #FF738B;
}
.BgClassName
{
background-color: #FF738B;
}
</style>
border-color css
<style>
span { border-color: #FF738B; }
span { border-color: rgb(255,115,139); }
td.TdClassName
{
border-color: #FF738B;
}
.TagClassName
{
border-color: #FF738B;
}
</style>