Shades of Brink Pink #FF728C
Tints of Brink Pink #FF728C
RGB
CMYK
RGB Variations
Color information
#FF728C (or 0xFF728C) is known color: Brink Pink. HEX triplet: FF, 72 and 8C. RGB value is (255,114,140). Sum of RGB (Red+Green+Blue) = 255+114+140=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF728C is #008D73. Grayscale: #9F9F9F. Windows color (decimal): -36212 or 9204479. OLE color: 9204479.
HSL color Cylindrical-coordinate representation of color #FF728C: hue angle of 348.94º 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 #FF728C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 140 | - |
| CMYK | 0 | 0.55 | 0.45 | 0 |
| HSL | 348.94º | 1% | 0.72% | - |
| HSV(B) | 348.94º | 0.55% | 1% | - |
| XYZ | 51.99 | 35.19 | 28.86 | - |
| YUV | 159.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 140 | 0 | 0.55 | 0.45 | 0 | 348.94 | 1 | 0.72 |
| Hex | FF | 72 | 8C | 0 | 37 | 2D | 0 | 15D | 64 | 48 |
| Octal | 377 | 162 | 214 | 0 | 67 | 55 | 0 | 535 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10001100 | 0 | 110111 | 101101 | 0 | 101011101 | 1100100 | 1001000 |
Color Harmonies of #FF728C
Complementary color
Monochromatic Colors of #FF728C
Black with #FF728C
Text Example
Text Example
White with #FF728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF728C; }
p { color: rgb(255,114,140); }
H1.HeaderClassName
{
color: #FF728C;
}
.AnyTagClassName
{
color: #FF728C;
}
</style>
background-color css
<style>
a { background-color: #FF728C; }
a { background-color: rgb(255,114,140); }
div.DivClassName
{
background-color: #FF728C;
}
.BgClassName
{
background-color: #FF728C;
}
</style>
border-color css
<style>
span { border-color: #FF728C; }
span { border-color: rgb(255,114,140); }
td.TdClassName
{
border-color: #FF728C;
}
.TagClassName
{
border-color: #FF728C;
}
</style>