Shades of Brink Pink #FE7378
Tints of Brink Pink #FE7378
RGB
CMYK
RGB Variations
Color information
#FE7378 (or 0xFE7378) is known color: Brink Pink. HEX triplet: FE, 73 and 78. RGB value is (254,115,120). Sum of RGB (Red+Green+Blue) = 254+115+120=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7378 is #018C87. Grayscale: #9D9D9D. Windows color (decimal): -101512 or 7894014. OLE color: 7894014.
HSL color Cylindrical-coordinate representation of color #FE7378: hue angle of 357.84º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7378 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 120 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.00 |
| HSL | 357.84º | 0.99% | 0.72% | - |
| HSV(B) | 357.84º | 0.55% | 1% | - |
| XYZ | 50.39 | 34.69 | 21.81 | - |
| YUV | 157.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 120 | 0 | 0.55 | 0.53 | 0.00 | 357.84 | 0.99 | 0.72 |
| Hex | FE | 73 | 78 | 0 | 37 | 35 | 0 | 166 | 63 | 48 |
| Octal | 376 | 163 | 170 | 0 | 67 | 65 | 0 | 546 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1111000 | 0 | 110111 | 110101 | 0 | 101100110 | 1100011 | 1001000 |
Color Harmonies of #FE7378
Complementary color
Monochromatic Colors of #FE7378
Black with #FE7378
Text Example
Text Example
White with #FE7378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7378; }
p { color: rgb(254,115,120); }
H1.HeaderClassName
{
color: #FE7378;
}
.AnyTagClassName
{
color: #FE7378;
}
</style>
background-color css
<style>
a { background-color: #FE7378; }
a { background-color: rgb(254,115,120); }
div.DivClassName
{
background-color: #FE7378;
}
.BgClassName
{
background-color: #FE7378;
}
</style>
border-color css
<style>
span { border-color: #FE7378; }
span { border-color: rgb(254,115,120); }
td.TdClassName
{
border-color: #FE7378;
}
.TagClassName
{
border-color: #FE7378;
}
</style>