Shades of Brink Pink #FF728B
Tints of Brink Pink #FF728B
RGB
CMYK
RGB Variations
Color information
#FF728B (or 0xFF728B) is known color: Brink Pink. HEX triplet: FF, 72 and 8B. RGB value is (255,114,139). Sum of RGB (Red+Green+Blue) = 255+114+139=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF728B is #008D74. Grayscale: #9F9F9F. Windows color (decimal): -36213 or 9138943. OLE color: 9138943.
HSL color Cylindrical-coordinate representation of color #FF728B: hue angle of 349.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF728B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0 |
| HSL | 349.36º | 1% | 0.72% | - |
| HSV(B) | 349.36º | 0.55% | 1% | - |
| XYZ | 51.92 | 35.16 | 28.48 | - |
| YUV | 159.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 139 | 0 | 0.55 | 0.45 | 0 | 349.36 | 1 | 0.72 |
| Hex | FF | 72 | 8B | 0 | 37 | 2D | 0 | 15D | 64 | 48 |
| Octal | 377 | 162 | 213 | 0 | 67 | 55 | 0 | 535 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10001011 | 0 | 110111 | 101101 | 0 | 101011101 | 1100100 | 1001000 |
Color Harmonies of #FF728B
Complementary color
Monochromatic Colors of #FF728B
Black with #FF728B
Text Example
Text Example
White with #FF728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF728B; }
p { color: rgb(255,114,139); }
H1.HeaderClassName
{
color: #FF728B;
}
.AnyTagClassName
{
color: #FF728B;
}
</style>
background-color css
<style>
a { background-color: #FF728B; }
a { background-color: rgb(255,114,139); }
div.DivClassName
{
background-color: #FF728B;
}
.BgClassName
{
background-color: #FF728B;
}
</style>
border-color css
<style>
span { border-color: #FF728B; }
span { border-color: rgb(255,114,139); }
td.TdClassName
{
border-color: #FF728B;
}
.TagClassName
{
border-color: #FF728B;
}
</style>