Shades of Brink Pink #FE7276
Tints of Brink Pink #FE7276
RGB
CMYK
RGB Variations
Color information
#FE7276 (or 0xFE7276) is known color: Brink Pink. HEX triplet: FE, 72 and 76. RGB value is (254,114,118). Sum of RGB (Red+Green+Blue) = 254+114+118=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7276 is #018D89. Grayscale: #9C9C9C. Windows color (decimal): -101770 or 7762686. OLE color: 7762686.
HSL color Cylindrical-coordinate representation of color #FE7276: hue angle of 358.29º 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 #FE7276 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 118 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.00 |
| HSL | 358.29º | 0.99% | 0.72% | - |
| HSV(B) | 358.29º | 0.55% | 1% | - |
| XYZ | 50.16 | 34.41 | 21.14 | - |
| YUV | 156.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 118 | 0 | 0.55 | 0.54 | 0.00 | 358.29 | 0.99 | 0.72 |
| Hex | FE | 72 | 76 | 0 | 37 | 36 | 0 | 166 | 63 | 48 |
| Octal | 376 | 162 | 166 | 0 | 67 | 66 | 0 | 546 | 143 | 110 |
| Binary | 11111110 | 1110010 | 1110110 | 0 | 110111 | 110110 | 0 | 101100110 | 1100011 | 1001000 |
Color Harmonies of #FE7276
Complementary color
Monochromatic Colors of #FE7276
Black with #FE7276
Text Example
Text Example
White with #FE7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7276; }
p { color: rgb(254,114,118); }
H1.HeaderClassName
{
color: #FE7276;
}
.AnyTagClassName
{
color: #FE7276;
}
</style>
background-color css
<style>
a { background-color: #FE7276; }
a { background-color: rgb(254,114,118); }
div.DivClassName
{
background-color: #FE7276;
}
.BgClassName
{
background-color: #FE7276;
}
</style>
border-color css
<style>
span { border-color: #FE7276; }
span { border-color: rgb(254,114,118); }
td.TdClassName
{
border-color: #FE7276;
}
.TagClassName
{
border-color: #FE7276;
}
</style>