Shades of Brink Pink #FE7382
Tints of Brink Pink #FE7382
RGB
CMYK
RGB Variations
Color information
#FE7382 (or 0xFE7382) is known color: Brink Pink. HEX triplet: FE, 73 and 82. RGB value is (254,115,130). Sum of RGB (Red+Green+Blue) = 254+115+130=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7382 is #018C7D. Grayscale: #9E9E9E. Windows color (decimal): -101502 or 8549374. OLE color: 8549374.
HSL color Cylindrical-coordinate representation of color #FE7382: hue angle of 353.53º 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 #FE7382 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 130 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.00 |
| HSL | 353.53º | 0.99% | 0.72% | - |
| HSV(B) | 353.53º | 0.55% | 1% | - |
| XYZ | 51.03 | 34.94 | 25.17 | - |
| YUV | 158.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 130 | 0 | 0.55 | 0.49 | 0.00 | 353.53 | 0.99 | 0.72 |
| Hex | FE | 73 | 82 | 0 | 37 | 31 | 0 | 162 | 63 | 48 |
| Octal | 376 | 163 | 202 | 0 | 67 | 61 | 0 | 542 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10000010 | 0 | 110111 | 110001 | 0 | 101100010 | 1100011 | 1001000 |
Color Harmonies of #FE7382
Complementary color
Monochromatic Colors of #FE7382
Black with #FE7382
Text Example
Text Example
White with #FE7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7382; }
p { color: rgb(254,115,130); }
H1.HeaderClassName
{
color: #FE7382;
}
.AnyTagClassName
{
color: #FE7382;
}
</style>
background-color css
<style>
a { background-color: #FE7382; }
a { background-color: rgb(254,115,130); }
div.DivClassName
{
background-color: #FE7382;
}
.BgClassName
{
background-color: #FE7382;
}
</style>
border-color css
<style>
span { border-color: #FE7382; }
span { border-color: rgb(254,115,130); }
td.TdClassName
{
border-color: #FE7382;
}
.TagClassName
{
border-color: #FE7382;
}
</style>