Shades of Brink Pink #FE747C
Tints of Brink Pink #FE747C
RGB
CMYK
RGB Variations
Color information
#FE747C (or 0xFE747C) is known color: Brink Pink. HEX triplet: FE, 74 and 7C. RGB value is (254,116,124). Sum of RGB (Red+Green+Blue) = 254+116+124=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE747C is #018B83. Grayscale: #9E9E9E. Windows color (decimal): -101252 or 8156414. OLE color: 8156414.
HSL color Cylindrical-coordinate representation of color #FE747C: hue angle of 356.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE747C is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 124 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.00 |
| HSL | 356.52º | 0.99% | 0.73% | - |
| HSV(B) | 356.52º | 0.54% | 1% | - |
| XYZ | 50.76 | 35.02 | 23.15 | - |
| YUV | 158.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 124 | 0 | 0.54 | 0.51 | 0.00 | 356.52 | 0.99 | 0.73 |
| Hex | FE | 74 | 7C | 0 | 36 | 33 | 0 | 165 | 63 | 49 |
| Octal | 376 | 164 | 174 | 0 | 66 | 63 | 0 | 545 | 143 | 111 |
| Binary | 11111110 | 1110100 | 1111100 | 0 | 110110 | 110011 | 0 | 101100101 | 1100011 | 1001001 |
Color Harmonies of #FE747C
Complementary color
Monochromatic Colors of #FE747C
Black with #FE747C
Text Example
Text Example
White with #FE747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE747C; }
p { color: rgb(254,116,124); }
H1.HeaderClassName
{
color: #FE747C;
}
.AnyTagClassName
{
color: #FE747C;
}
</style>
background-color css
<style>
a { background-color: #FE747C; }
a { background-color: rgb(254,116,124); }
div.DivClassName
{
background-color: #FE747C;
}
.BgClassName
{
background-color: #FE747C;
}
</style>
border-color css
<style>
span { border-color: #FE747C; }
span { border-color: rgb(254,116,124); }
td.TdClassName
{
border-color: #FE747C;
}
.TagClassName
{
border-color: #FE747C;
}
</style>