Shades of Brink Pink #FE7075
Tints of Brink Pink #FE7075
RGB
CMYK
RGB Variations
Color information
#FE7075 (or 0xFE7075) is known color: Brink Pink. HEX triplet: FE, 70 and 75. RGB value is (254,112,117). Sum of RGB (Red+Green+Blue) = 254+112+117=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7075 is #018F8A. Grayscale: #9B9B9B. Windows color (decimal): -102283 or 7696638. OLE color: 7696638.
HSL color Cylindrical-coordinate representation of color #FE7075: hue angle of 357.89º 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 #FE7075 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 117 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.00 |
| HSL | 357.89º | 0.99% | 0.72% | - |
| HSV(B) | 357.89º | 0.56% | 1% | - |
| XYZ | 49.88 | 33.94 | 20.75 | - |
| YUV | 155.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 117 | 0 | 0.56 | 0.54 | 0.00 | 357.89 | 0.99 | 0.72 |
| Hex | FE | 70 | 75 | 0 | 38 | 36 | 0 | 166 | 63 | 48 |
| Octal | 376 | 160 | 165 | 0 | 70 | 66 | 0 | 546 | 143 | 110 |
| Binary | 11111110 | 1110000 | 1110101 | 0 | 111000 | 110110 | 0 | 101100110 | 1100011 | 1001000 |
Color Harmonies of #FE7075
Complementary color
Monochromatic Colors of #FE7075
Black with #FE7075
Text Example
Text Example
White with #FE7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7075; }
p { color: rgb(254,112,117); }
H1.HeaderClassName
{
color: #FE7075;
}
.AnyTagClassName
{
color: #FE7075;
}
</style>
background-color css
<style>
a { background-color: #FE7075; }
a { background-color: rgb(254,112,117); }
div.DivClassName
{
background-color: #FE7075;
}
.BgClassName
{
background-color: #FE7075;
}
</style>
border-color css
<style>
span { border-color: #FE7075; }
span { border-color: rgb(254,112,117); }
td.TdClassName
{
border-color: #FE7075;
}
.TagClassName
{
border-color: #FE7075;
}
</style>