Shades of Brink Pink #FE7073
Tints of Brink Pink #FE7073
RGB
CMYK
RGB Variations
Color information
#FE7073 (or 0xFE7073) is known color: Brink Pink. HEX triplet: FE, 70 and 73. RGB value is (254,112,115). Sum of RGB (Red+Green+Blue) = 254+112+115=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7073 is #018F8C. Grayscale: #9A9A9A. Windows color (decimal): -102285 or 7565566. OLE color: 7565566.
HSL color Cylindrical-coordinate representation of color #FE7073: hue angle of 358.73º 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 #FE7073 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 115 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.00 |
| HSL | 358.73º | 0.99% | 0.72% | - |
| HSV(B) | 358.73º | 0.56% | 1% | - |
| XYZ | 49.76 | 33.9 | 20.14 | - |
| YUV | 154.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 115 | 0 | 0.56 | 0.55 | 0.00 | 358.73 | 0.99 | 0.72 |
| Hex | FE | 70 | 73 | 0 | 38 | 37 | 0 | 167 | 63 | 48 |
| Octal | 376 | 160 | 163 | 0 | 70 | 67 | 0 | 547 | 143 | 110 |
| Binary | 11111110 | 1110000 | 1110011 | 0 | 111000 | 110111 | 0 | 101100111 | 1100011 | 1001000 |
Color Harmonies of #FE7073
Complementary color
Monochromatic Colors of #FE7073
Black with #FE7073
Text Example
Text Example
White with #FE7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7073; }
p { color: rgb(254,112,115); }
H1.HeaderClassName
{
color: #FE7073;
}
.AnyTagClassName
{
color: #FE7073;
}
</style>
background-color css
<style>
a { background-color: #FE7073; }
a { background-color: rgb(254,112,115); }
div.DivClassName
{
background-color: #FE7073;
}
.BgClassName
{
background-color: #FE7073;
}
</style>
border-color css
<style>
span { border-color: #FE7073; }
span { border-color: rgb(254,112,115); }
td.TdClassName
{
border-color: #FE7073;
}
.TagClassName
{
border-color: #FE7073;
}
</style>