Shades of Brink Pink #FE757B
Tints of Brink Pink #FE757B
RGB
CMYK
RGB Variations
Color information
#FE757B (or 0xFE757B) is known color: Brink Pink. HEX triplet: FE, 75 and 7B. RGB value is (254,117,123). Sum of RGB (Red+Green+Blue) = 254+117+123=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE757B is #018A84. Grayscale: #9E9E9E. Windows color (decimal): -100997 or 8091134. OLE color: 8091134.
HSL color Cylindrical-coordinate representation of color #FE757B: hue angle of 357.37º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE757B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 123 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.00 |
| HSL | 357.37º | 0.99% | 0.73% | - |
| HSV(B) | 357.37º | 0.54% | 1% | - |
| XYZ | 50.81 | 35.22 | 22.86 | - |
| YUV | 158.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 123 | 0 | 0.54 | 0.52 | 0.00 | 357.37 | 0.99 | 0.73 |
| Hex | FE | 75 | 7B | 0 | 36 | 34 | 0 | 165 | 63 | 49 |
| Octal | 376 | 165 | 173 | 0 | 66 | 64 | 0 | 545 | 143 | 111 |
| Binary | 11111110 | 1110101 | 1111011 | 0 | 110110 | 110100 | 0 | 101100101 | 1100011 | 1001001 |
Color Harmonies of #FE757B
Complementary color
Monochromatic Colors of #FE757B
Black with #FE757B
Text Example
Text Example
White with #FE757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE757B; }
p { color: rgb(254,117,123); }
H1.HeaderClassName
{
color: #FE757B;
}
.AnyTagClassName
{
color: #FE757B;
}
</style>
background-color css
<style>
a { background-color: #FE757B; }
a { background-color: rgb(254,117,123); }
div.DivClassName
{
background-color: #FE757B;
}
.BgClassName
{
background-color: #FE757B;
}
</style>
border-color css
<style>
span { border-color: #FE757B; }
span { border-color: rgb(254,117,123); }
td.TdClassName
{
border-color: #FE757B;
}
.TagClassName
{
border-color: #FE757B;
}
</style>