Shades of Brink Pink #FE7381
Tints of Brink Pink #FE7381
RGB
CMYK
RGB Variations
Color information
#FE7381 (or 0xFE7381) is known color: Brink Pink. HEX triplet: FE, 73 and 81. RGB value is (254,115,129). Sum of RGB (Red+Green+Blue) = 254+115+129=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7381 is #018C7E. Grayscale: #9E9E9E. Windows color (decimal): -101503 or 8483838. OLE color: 8483838.
HSL color Cylindrical-coordinate representation of color #FE7381: hue angle of 353.96º 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 #FE7381 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 129 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.00 |
| HSL | 353.96º | 0.99% | 0.72% | - |
| HSV(B) | 353.96º | 0.55% | 1% | - |
| XYZ | 50.97 | 34.92 | 24.82 | - |
| YUV | 158.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 129 | 0 | 0.55 | 0.49 | 0.00 | 353.96 | 0.99 | 0.72 |
| Hex | FE | 73 | 81 | 0 | 37 | 31 | 0 | 162 | 63 | 48 |
| Octal | 376 | 163 | 201 | 0 | 67 | 61 | 0 | 542 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10000001 | 0 | 110111 | 110001 | 0 | 101100010 | 1100011 | 1001000 |
Color Harmonies of #FE7381
Complementary color
Monochromatic Colors of #FE7381
Black with #FE7381
Text Example
Text Example
White with #FE7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7381; }
p { color: rgb(254,115,129); }
H1.HeaderClassName
{
color: #FE7381;
}
.AnyTagClassName
{
color: #FE7381;
}
</style>
background-color css
<style>
a { background-color: #FE7381; }
a { background-color: rgb(254,115,129); }
div.DivClassName
{
background-color: #FE7381;
}
.BgClassName
{
background-color: #FE7381;
}
</style>
border-color css
<style>
span { border-color: #FE7381; }
span { border-color: rgb(254,115,129); }
td.TdClassName
{
border-color: #FE7381;
}
.TagClassName
{
border-color: #FE7381;
}
</style>