Shades of Brink Pink #FE7190
Tints of Brink Pink #FE7190
RGB
CMYK
RGB Variations
Color information
#FE7190 (or 0xFE7190) is known color: Brink Pink. HEX triplet: FE, 71 and 90. RGB value is (254,113,144). Sum of RGB (Red+Green+Blue) = 254+113+144=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7190 is #018E6F. Grayscale: #9E9E9E. Windows color (decimal): -102000 or 9466366. OLE color: 9466366.
HSL color Cylindrical-coordinate representation of color #FE7190: hue angle of 346.81º 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 #FE7190 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 144 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.00 |
| HSL | 346.81º | 0.99% | 0.72% | - |
| HSV(B) | 346.81º | 0.56% | 1% | - |
| XYZ | 51.81 | 34.89 | 30.39 | - |
| YUV | 158.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 144 | 0 | 0.56 | 0.43 | 0.00 | 346.81 | 0.99 | 0.72 |
| Hex | FE | 71 | 90 | 0 | 38 | 2B | 0 | 15B | 63 | 48 |
| Octal | 376 | 161 | 220 | 0 | 70 | 53 | 0 | 533 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10010000 | 0 | 111000 | 101011 | 0 | 101011011 | 1100011 | 1001000 |
Color Harmonies of #FE7190
Complementary color
Monochromatic Colors of #FE7190
Black with #FE7190
Text Example
Text Example
White with #FE7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7190; }
p { color: rgb(254,113,144); }
H1.HeaderClassName
{
color: #FE7190;
}
.AnyTagClassName
{
color: #FE7190;
}
</style>
background-color css
<style>
a { background-color: #FE7190; }
a { background-color: rgb(254,113,144); }
div.DivClassName
{
background-color: #FE7190;
}
.BgClassName
{
background-color: #FE7190;
}
</style>
border-color css
<style>
span { border-color: #FE7190; }
span { border-color: rgb(254,113,144); }
td.TdClassName
{
border-color: #FE7190;
}
.TagClassName
{
border-color: #FE7190;
}
</style>