Shades of Brink Pink #FE7188
Tints of Brink Pink #FE7188
RGB
CMYK
RGB Variations
Color information
#FE7188 (or 0xFE7188) is known color: Brink Pink. HEX triplet: FE, 71 and 88. RGB value is (254,113,136). Sum of RGB (Red+Green+Blue) = 254+113+136=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7188 is #018E77. Grayscale: #9D9D9D. Windows color (decimal): -102008 or 8942078. OLE color: 8942078.
HSL color Cylindrical-coordinate representation of color #FE7188: hue angle of 350.21º 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 #FE7188 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 136 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.00 |
| HSL | 350.21º | 0.99% | 0.72% | - |
| HSV(B) | 350.21º | 0.56% | 1% | - |
| XYZ | 51.22 | 34.66 | 27.28 | - |
| YUV | 157.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 136 | 0 | 0.56 | 0.46 | 0.00 | 350.21 | 0.99 | 0.72 |
| Hex | FE | 71 | 88 | 0 | 38 | 2E | 0 | 15E | 63 | 48 |
| Octal | 376 | 161 | 210 | 0 | 70 | 56 | 0 | 536 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001000 | 0 | 111000 | 101110 | 0 | 101011110 | 1100011 | 1001000 |
Color Harmonies of #FE7188
Complementary color
Monochromatic Colors of #FE7188
Black with #FE7188
Text Example
Text Example
White with #FE7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7188; }
p { color: rgb(254,113,136); }
H1.HeaderClassName
{
color: #FE7188;
}
.AnyTagClassName
{
color: #FE7188;
}
</style>
background-color css
<style>
a { background-color: #FE7188; }
a { background-color: rgb(254,113,136); }
div.DivClassName
{
background-color: #FE7188;
}
.BgClassName
{
background-color: #FE7188;
}
</style>
border-color css
<style>
span { border-color: #FE7188; }
span { border-color: rgb(254,113,136); }
td.TdClassName
{
border-color: #FE7188;
}
.TagClassName
{
border-color: #FE7188;
}
</style>