Shades of Brink Pink #FE7380
Tints of Brink Pink #FE7380
RGB
CMYK
RGB Variations
Color information
#FE7380 (or 0xFE7380) is known color: Brink Pink. HEX triplet: FE, 73 and 80. RGB value is (254,115,128). Sum of RGB (Red+Green+Blue) = 254+115+128=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7380 is #018C7F. Grayscale: #9E9E9E. Windows color (decimal): -101504 or 8418302. OLE color: 8418302.
HSL color Cylindrical-coordinate representation of color #FE7380: hue angle of 354.39º 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 #FE7380 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 128 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.00 |
| HSL | 354.39º | 0.99% | 0.72% | - |
| HSV(B) | 354.39º | 0.55% | 1% | - |
| XYZ | 50.9 | 34.89 | 24.47 | - |
| YUV | 158.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 128 | 0 | 0.55 | 0.50 | 0.00 | 354.39 | 0.99 | 0.72 |
| Hex | FE | 73 | 80 | 0 | 37 | 32 | 0 | 162 | 63 | 48 |
| Octal | 376 | 163 | 200 | 0 | 67 | 62 | 0 | 542 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10000000 | 0 | 110111 | 110010 | 0 | 101100010 | 1100011 | 1001000 |
Color Harmonies of #FE7380
Complementary color
Monochromatic Colors of #FE7380
Black with #FE7380
Text Example
Text Example
White with #FE7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7380; }
p { color: rgb(254,115,128); }
H1.HeaderClassName
{
color: #FE7380;
}
.AnyTagClassName
{
color: #FE7380;
}
</style>
background-color css
<style>
a { background-color: #FE7380; }
a { background-color: rgb(254,115,128); }
div.DivClassName
{
background-color: #FE7380;
}
.BgClassName
{
background-color: #FE7380;
}
</style>
border-color css
<style>
span { border-color: #FE7380; }
span { border-color: rgb(254,115,128); }
td.TdClassName
{
border-color: #FE7380;
}
.TagClassName
{
border-color: #FE7380;
}
</style>