Shades of Brink Pink #FF737E
Tints of Brink Pink #FF737E
RGB
CMYK
RGB Variations
Color information
#FF737E (or 0xFF737E) is known color: Brink Pink. HEX triplet: FF, 73 and 7E. RGB value is (255,115,126). Sum of RGB (Red+Green+Blue) = 255+115+126=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF737E is #008C81. Grayscale: #9E9E9E. Windows color (decimal): -35970 or 8287231. OLE color: 8287231.
HSL color Cylindrical-coordinate representation of color #FF737E: hue angle of 355.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF737E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 126 | - |
| CMYK | 0 | 0.55 | 0.51 | 0 |
| HSL | 355.29º | 1% | 0.73% | - |
| HSV(B) | 355.29º | 0.55% | 1% | - |
| XYZ | 51.14 | 35.03 | 23.8 | - |
| YUV | 158.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 126 | 0 | 0.55 | 0.51 | 0 | 355.29 | 1 | 0.73 |
| Hex | FF | 73 | 7E | 0 | 37 | 33 | 0 | 163 | 64 | 49 |
| Octal | 377 | 163 | 176 | 0 | 67 | 63 | 0 | 543 | 144 | 111 |
| Binary | 11111111 | 1110011 | 1111110 | 0 | 110111 | 110011 | 0 | 101100011 | 1100100 | 1001001 |
Color Harmonies of #FF737E
Complementary color
Monochromatic Colors of #FF737E
Black with #FF737E
Text Example
Text Example
White with #FF737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF737E; }
p { color: rgb(255,115,126); }
H1.HeaderClassName
{
color: #FF737E;
}
.AnyTagClassName
{
color: #FF737E;
}
</style>
background-color css
<style>
a { background-color: #FF737E; }
a { background-color: rgb(255,115,126); }
div.DivClassName
{
background-color: #FF737E;
}
.BgClassName
{
background-color: #FF737E;
}
</style>
border-color css
<style>
span { border-color: #FF737E; }
span { border-color: rgb(255,115,126); }
td.TdClassName
{
border-color: #FF737E;
}
.TagClassName
{
border-color: #FF737E;
}
</style>