Shades of Brink Pink #FF727E
Tints of Brink Pink #FF727E
RGB
CMYK
RGB Variations
Color information
#FF727E (or 0xFF727E) is known color: Brink Pink. HEX triplet: FF, 72 and 7E. RGB value is (255,114,126). Sum of RGB (Red+Green+Blue) = 255+114+126=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF727E is #008D81. Grayscale: #9D9D9D. Windows color (decimal): -36226 or 8286975. OLE color: 8286975.
HSL color Cylindrical-coordinate representation of color #FF727E: hue angle of 354.89º 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 #FF727E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 126 | - |
| CMYK | 0 | 0.55 | 0.51 | 0 |
| HSL | 354.89º | 1% | 0.72% | - |
| HSV(B) | 354.89º | 0.55% | 1% | - |
| XYZ | 51.02 | 34.8 | 23.77 | - |
| YUV | 157.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 126 | 0 | 0.55 | 0.51 | 0 | 354.89 | 1 | 0.72 |
| Hex | FF | 72 | 7E | 0 | 37 | 33 | 0 | 163 | 64 | 48 |
| Octal | 377 | 162 | 176 | 0 | 67 | 63 | 0 | 543 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1111110 | 0 | 110111 | 110011 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF727E
Complementary color
Monochromatic Colors of #FF727E
Black with #FF727E
Text Example
Text Example
White with #FF727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF727E; }
p { color: rgb(255,114,126); }
H1.HeaderClassName
{
color: #FF727E;
}
.AnyTagClassName
{
color: #FF727E;
}
</style>
background-color css
<style>
a { background-color: #FF727E; }
a { background-color: rgb(255,114,126); }
div.DivClassName
{
background-color: #FF727E;
}
.BgClassName
{
background-color: #FF727E;
}
</style>
border-color css
<style>
span { border-color: #FF727E; }
span { border-color: rgb(255,114,126); }
td.TdClassName
{
border-color: #FF727E;
}
.TagClassName
{
border-color: #FF727E;
}
</style>