Shades of Brink Pink #FF747A
Tints of Brink Pink #FF747A
RGB
CMYK
RGB Variations
Color information
#FF747A (or 0xFF747A) is known color: Brink Pink. HEX triplet: FF, 74 and 7A. RGB value is (255,116,122). Sum of RGB (Red+Green+Blue) = 255+116+122=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF747A is #008B85. Grayscale: #9E9E9E. Windows color (decimal): -35718 or 8025343. OLE color: 8025343.
HSL color Cylindrical-coordinate representation of color #FF747A: hue angle of 357.41º 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 #FF747A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 122 | - |
| CMYK | 0 | 0.55 | 0.52 | 0 |
| HSL | 357.41º | 1% | 0.73% | - |
| HSV(B) | 357.41º | 0.55% | 1% | - |
| XYZ | 51 | 35.16 | 22.51 | - |
| YUV | 158.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 122 | 0 | 0.55 | 0.52 | 0 | 357.41 | 1 | 0.73 |
| Hex | FF | 74 | 7A | 0 | 37 | 34 | 0 | 165 | 64 | 49 |
| Octal | 377 | 164 | 172 | 0 | 67 | 64 | 0 | 545 | 144 | 111 |
| Binary | 11111111 | 1110100 | 1111010 | 0 | 110111 | 110100 | 0 | 101100101 | 1100100 | 1001001 |
Color Harmonies of #FF747A
Complementary color
Monochromatic Colors of #FF747A
Black with #FF747A
Text Example
Text Example
White with #FF747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF747A; }
p { color: rgb(255,116,122); }
H1.HeaderClassName
{
color: #FF747A;
}
.AnyTagClassName
{
color: #FF747A;
}
</style>
background-color css
<style>
a { background-color: #FF747A; }
a { background-color: rgb(255,116,122); }
div.DivClassName
{
background-color: #FF747A;
}
.BgClassName
{
background-color: #FF747A;
}
</style>
border-color css
<style>
span { border-color: #FF747A; }
span { border-color: rgb(255,116,122); }
td.TdClassName
{
border-color: #FF747A;
}
.TagClassName
{
border-color: #FF747A;
}
</style>