Shades of Brink Pink #FE7385
Tints of Brink Pink #FE7385
RGB
CMYK
RGB Variations
Color information
#FE7385 (or 0xFE7385) is known color: Brink Pink. HEX triplet: FE, 73 and 85. RGB value is (254,115,133). Sum of RGB (Red+Green+Blue) = 254+115+133=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7385 is #018C7A. Grayscale: #9E9E9E. Windows color (decimal): -101499 or 8745982. OLE color: 8745982.
HSL color Cylindrical-coordinate representation of color #FE7385: hue angle of 352.23º 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 #FE7385 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 133 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.00 |
| HSL | 352.23º | 0.99% | 0.72% | - |
| HSV(B) | 352.23º | 0.55% | 1% | - |
| XYZ | 51.24 | 35.03 | 26.25 | - |
| YUV | 158.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 133 | 0 | 0.55 | 0.48 | 0.00 | 352.23 | 0.99 | 0.72 |
| Hex | FE | 73 | 85 | 0 | 37 | 30 | 0 | 160 | 63 | 48 |
| Octal | 376 | 163 | 205 | 0 | 67 | 60 | 0 | 540 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10000101 | 0 | 110111 | 110000 | 0 | 101100000 | 1100011 | 1001000 |
Color Harmonies of #FE7385
Complementary color
Monochromatic Colors of #FE7385
Black with #FE7385
Text Example
Text Example
White with #FE7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7385; }
p { color: rgb(254,115,133); }
H1.HeaderClassName
{
color: #FE7385;
}
.AnyTagClassName
{
color: #FE7385;
}
</style>
background-color css
<style>
a { background-color: #FE7385; }
a { background-color: rgb(254,115,133); }
div.DivClassName
{
background-color: #FE7385;
}
.BgClassName
{
background-color: #FE7385;
}
</style>
border-color css
<style>
span { border-color: #FE7385; }
span { border-color: rgb(254,115,133); }
td.TdClassName
{
border-color: #FE7385;
}
.TagClassName
{
border-color: #FE7385;
}
</style>