Shades of Brink Pink #FF747D
Tints of Brink Pink #FF747D
RGB
CMYK
RGB Variations
Color information
#FF747D (or 0xFF747D) is known color: Brink Pink. HEX triplet: FF, 74 and 7D. RGB value is (255,116,125). Sum of RGB (Red+Green+Blue) = 255+116+125=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF747D is #008B82. Grayscale: #9E9E9E. Windows color (decimal): -35715 or 8221951. OLE color: 8221951.
HSL color Cylindrical-coordinate representation of color #FF747D: hue angle of 356.12º 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 #FF747D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 125 | - |
| CMYK | 0 | 0.55 | 0.51 | 0 |
| HSL | 356.12º | 1% | 0.73% | - |
| HSV(B) | 356.12º | 0.55% | 1% | - |
| XYZ | 51.19 | 35.23 | 23.5 | - |
| YUV | 158.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 125 | 0 | 0.55 | 0.51 | 0 | 356.12 | 1 | 0.73 |
| Hex | FF | 74 | 7D | 0 | 37 | 33 | 0 | 164 | 64 | 49 |
| Octal | 377 | 164 | 175 | 0 | 67 | 63 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110100 | 1111101 | 0 | 110111 | 110011 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF747D
Complementary color
Monochromatic Colors of #FF747D
Black with #FF747D
Text Example
Text Example
White with #FF747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF747D; }
p { color: rgb(255,116,125); }
H1.HeaderClassName
{
color: #FF747D;
}
.AnyTagClassName
{
color: #FF747D;
}
</style>
background-color css
<style>
a { background-color: #FF747D; }
a { background-color: rgb(255,116,125); }
div.DivClassName
{
background-color: #FF747D;
}
.BgClassName
{
background-color: #FF747D;
}
</style>
border-color css
<style>
span { border-color: #FF747D; }
span { border-color: rgb(255,116,125); }
td.TdClassName
{
border-color: #FF747D;
}
.TagClassName
{
border-color: #FF747D;
}
</style>