Shades of Brink Pink #FE747A
Tints of Brink Pink #FE747A
RGB
CMYK
RGB Variations
Color information
#FE747A (or 0xFE747A) is known color: Brink Pink. HEX triplet: FE, 74 and 7A. RGB value is (254,116,122). Sum of RGB (Red+Green+Blue) = 254+116+122=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE747A is #018B85. Grayscale: #9E9E9E. Windows color (decimal): -101254 or 8025342. OLE color: 8025342.
HSL color Cylindrical-coordinate representation of color #FE747A: hue angle of 357.39º 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 #FE747A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 122 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.00 |
| HSL | 357.39º | 0.99% | 0.73% | - |
| HSV(B) | 357.39º | 0.54% | 1% | - |
| XYZ | 50.63 | 34.97 | 22.49 | - |
| YUV | 157.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 122 | 0 | 0.54 | 0.52 | 0.00 | 357.39 | 0.99 | 0.73 |
| Hex | FE | 74 | 7A | 0 | 36 | 34 | 0 | 165 | 63 | 49 |
| Octal | 376 | 164 | 172 | 0 | 66 | 64 | 0 | 545 | 143 | 111 |
| Binary | 11111110 | 1110100 | 1111010 | 0 | 110110 | 110100 | 0 | 101100101 | 1100011 | 1001001 |
Color Harmonies of #FE747A
Complementary color
Monochromatic Colors of #FE747A
Black with #FE747A
Text Example
Text Example
White with #FE747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE747A; }
p { color: rgb(254,116,122); }
H1.HeaderClassName
{
color: #FE747A;
}
.AnyTagClassName
{
color: #FE747A;
}
</style>
background-color css
<style>
a { background-color: #FE747A; }
a { background-color: rgb(254,116,122); }
div.DivClassName
{
background-color: #FE747A;
}
.BgClassName
{
background-color: #FE747A;
}
</style>
border-color css
<style>
span { border-color: #FE747A; }
span { border-color: rgb(254,116,122); }
td.TdClassName
{
border-color: #FE747A;
}
.TagClassName
{
border-color: #FE747A;
}
</style>