Shades of Brink Pink #FF727D
Tints of Brink Pink #FF727D
RGB
CMYK
RGB Variations
Color information
#FF727D (or 0xFF727D) is known color: Brink Pink. HEX triplet: FF, 72 and 7D. RGB value is (255,114,125). Sum of RGB (Red+Green+Blue) = 255+114+125=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF727D is #008D82. Grayscale: #9D9D9D. Windows color (decimal): -36227 or 8221439. OLE color: 8221439.
HSL color Cylindrical-coordinate representation of color #FF727D: hue angle of 355.32º 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 #FF727D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 125 | - |
| CMYK | 0 | 0.55 | 0.51 | 0 |
| HSL | 355.32º | 1% | 0.72% | - |
| HSV(B) | 355.32º | 0.55% | 1% | - |
| XYZ | 50.96 | 34.78 | 23.43 | - |
| YUV | 157.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 125 | 0 | 0.55 | 0.51 | 0 | 355.32 | 1 | 0.72 |
| Hex | FF | 72 | 7D | 0 | 37 | 33 | 0 | 163 | 64 | 48 |
| Octal | 377 | 162 | 175 | 0 | 67 | 63 | 0 | 543 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1111101 | 0 | 110111 | 110011 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF727D
Complementary color
Monochromatic Colors of #FF727D
Black with #FF727D
Text Example
Text Example
White with #FF727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF727D; }
p { color: rgb(255,114,125); }
H1.HeaderClassName
{
color: #FF727D;
}
.AnyTagClassName
{
color: #FF727D;
}
</style>
background-color css
<style>
a { background-color: #FF727D; }
a { background-color: rgb(255,114,125); }
div.DivClassName
{
background-color: #FF727D;
}
.BgClassName
{
background-color: #FF727D;
}
</style>
border-color css
<style>
span { border-color: #FF727D; }
span { border-color: rgb(255,114,125); }
td.TdClassName
{
border-color: #FF727D;
}
.TagClassName
{
border-color: #FF727D;
}
</style>