Shades of Brink Pink #FF727F
Tints of Brink Pink #FF727F
RGB
CMYK
RGB Variations
Color information
#FF727F (or 0xFF727F) is known color: Brink Pink. HEX triplet: FF, 72 and 7F. RGB value is (255,114,127). Sum of RGB (Red+Green+Blue) = 255+114+127=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF727F is #008D80. Grayscale: #9D9D9D. Windows color (decimal): -36225 or 8352511. OLE color: 8352511.
HSL color Cylindrical-coordinate representation of color #FF727F: hue angle of 354.47º 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 #FF727F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 127 | - |
| CMYK | 0 | 0.55 | 0.50 | 0 |
| HSL | 354.47º | 1% | 0.72% | - |
| HSV(B) | 354.47º | 0.55% | 1% | - |
| XYZ | 51.09 | 34.83 | 24.11 | - |
| YUV | 157.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 127 | 0 | 0.55 | 0.50 | 0 | 354.47 | 1 | 0.72 |
| Hex | FF | 72 | 7F | 0 | 37 | 32 | 0 | 162 | 64 | 48 |
| Octal | 377 | 162 | 177 | 0 | 67 | 62 | 0 | 542 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1111111 | 0 | 110111 | 110010 | 0 | 101100010 | 1100100 | 1001000 |
Color Harmonies of #FF727F
Complementary color
Monochromatic Colors of #FF727F
Black with #FF727F
Text Example
Text Example
White with #FF727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF727F; }
p { color: rgb(255,114,127); }
H1.HeaderClassName
{
color: #FF727F;
}
.AnyTagClassName
{
color: #FF727F;
}
</style>
background-color css
<style>
a { background-color: #FF727F; }
a { background-color: rgb(255,114,127); }
div.DivClassName
{
background-color: #FF727F;
}
.BgClassName
{
background-color: #FF727F;
}
</style>
border-color css
<style>
span { border-color: #FF727F; }
span { border-color: rgb(255,114,127); }
td.TdClassName
{
border-color: #FF727F;
}
.TagClassName
{
border-color: #FF727F;
}
</style>