Shades of Brink Pink #FE737C
Tints of Brink Pink #FE737C
RGB
CMYK
RGB Variations
Color information
#FE737C (or 0xFE737C) is known color: Brink Pink. HEX triplet: FE, 73 and 7C. RGB value is (254,115,124). Sum of RGB (Red+Green+Blue) = 254+115+124=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE737C is #018C83. Grayscale: #9D9D9D. Windows color (decimal): -101508 or 8156158. OLE color: 8156158.
HSL color Cylindrical-coordinate representation of color #FE737C: hue angle of 356.12º 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 #FE737C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 124 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.00 |
| HSL | 356.12º | 0.99% | 0.72% | - |
| HSV(B) | 356.12º | 0.55% | 1% | - |
| XYZ | 50.64 | 34.79 | 23.11 | - |
| YUV | 157.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 124 | 0 | 0.55 | 0.51 | 0.00 | 356.12 | 0.99 | 0.72 |
| Hex | FE | 73 | 7C | 0 | 37 | 33 | 0 | 164 | 63 | 48 |
| Octal | 376 | 163 | 174 | 0 | 67 | 63 | 0 | 544 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1111100 | 0 | 110111 | 110011 | 0 | 101100100 | 1100011 | 1001000 |
Color Harmonies of #FE737C
Complementary color
Monochromatic Colors of #FE737C
Black with #FE737C
Text Example
Text Example
White with #FE737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE737C; }
p { color: rgb(254,115,124); }
H1.HeaderClassName
{
color: #FE737C;
}
.AnyTagClassName
{
color: #FE737C;
}
</style>
background-color css
<style>
a { background-color: #FE737C; }
a { background-color: rgb(254,115,124); }
div.DivClassName
{
background-color: #FE737C;
}
.BgClassName
{
background-color: #FE737C;
}
</style>
border-color css
<style>
span { border-color: #FE737C; }
span { border-color: rgb(254,115,124); }
td.TdClassName
{
border-color: #FE737C;
}
.TagClassName
{
border-color: #FE737C;
}
</style>