Shades of Brink Pink #FE7275
Tints of Brink Pink #FE7275
RGB
CMYK
RGB Variations
Color information
#FE7275 (or 0xFE7275) is known color: Brink Pink. HEX triplet: FE, 72 and 75. RGB value is (254,114,117). Sum of RGB (Red+Green+Blue) = 254+114+117=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7275 is #018D8A. Grayscale: #9C9C9C. Windows color (decimal): -101771 or 7697150. OLE color: 7697150.
HSL color Cylindrical-coordinate representation of color #FE7275: hue angle of 358.71º 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 #FE7275 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 117 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.00 |
| HSL | 358.71º | 0.99% | 0.72% | - |
| HSV(B) | 358.71º | 0.55% | 1% | - |
| XYZ | 50.1 | 34.39 | 20.83 | - |
| YUV | 156.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 117 | 0 | 0.55 | 0.54 | 0.00 | 358.71 | 0.99 | 0.72 |
| Hex | FE | 72 | 75 | 0 | 37 | 36 | 0 | 167 | 63 | 48 |
| Octal | 376 | 162 | 165 | 0 | 67 | 66 | 0 | 547 | 143 | 110 |
| Binary | 11111110 | 1110010 | 1110101 | 0 | 110111 | 110110 | 0 | 101100111 | 1100011 | 1001000 |
Color Harmonies of #FE7275
Complementary color
Monochromatic Colors of #FE7275
Black with #FE7275
Text Example
Text Example
White with #FE7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7275; }
p { color: rgb(254,114,117); }
H1.HeaderClassName
{
color: #FE7275;
}
.AnyTagClassName
{
color: #FE7275;
}
</style>
background-color css
<style>
a { background-color: #FE7275; }
a { background-color: rgb(254,114,117); }
div.DivClassName
{
background-color: #FE7275;
}
.BgClassName
{
background-color: #FE7275;
}
</style>
border-color css
<style>
span { border-color: #FE7275; }
span { border-color: rgb(254,114,117); }
td.TdClassName
{
border-color: #FE7275;
}
.TagClassName
{
border-color: #FE7275;
}
</style>