Shades of Brink Pink #FE7078
Tints of Brink Pink #FE7078
RGB
CMYK
RGB Variations
Color information
#FE7078 (or 0xFE7078) is known color: Brink Pink. HEX triplet: FE, 70 and 78. RGB value is (254,112,120). Sum of RGB (Red+Green+Blue) = 254+112+120=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7078 is #018F87. Grayscale: #9B9B9B. Windows color (decimal): -102280 or 7893246. OLE color: 7893246.
HSL color Cylindrical-coordinate representation of color #FE7078: hue angle of 356.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7078 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 120 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.00 |
| HSL | 356.62º | 0.99% | 0.72% | - |
| HSV(B) | 356.62º | 0.56% | 1% | - |
| XYZ | 50.06 | 34.02 | 21.7 | - |
| YUV | 155.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 120 | 0 | 0.56 | 0.53 | 0.00 | 356.62 | 0.99 | 0.72 |
| Hex | FE | 70 | 78 | 0 | 38 | 35 | 0 | 165 | 63 | 48 |
| Octal | 376 | 160 | 170 | 0 | 70 | 65 | 0 | 545 | 143 | 110 |
| Binary | 11111110 | 1110000 | 1111000 | 0 | 111000 | 110101 | 0 | 101100101 | 1100011 | 1001000 |
Color Harmonies of #FE7078
Complementary color
Monochromatic Colors of #FE7078
Black with #FE7078
Text Example
Text Example
White with #FE7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7078; }
p { color: rgb(254,112,120); }
H1.HeaderClassName
{
color: #FE7078;
}
.AnyTagClassName
{
color: #FE7078;
}
</style>
background-color css
<style>
a { background-color: #FE7078; }
a { background-color: rgb(254,112,120); }
div.DivClassName
{
background-color: #FE7078;
}
.BgClassName
{
background-color: #FE7078;
}
</style>
border-color css
<style>
span { border-color: #FE7078; }
span { border-color: rgb(254,112,120); }
td.TdClassName
{
border-color: #FE7078;
}
.TagClassName
{
border-color: #FE7078;
}
</style>