Shades of Brink Pink #FE6D7B
Tints of Brink Pink #FE6D7B
RGB
CMYK
RGB Variations
Color information
#FE6D7B (or 0xFE6D7B) is known color: Brink Pink. HEX triplet: FE, 6D and 7B. RGB value is (254,109,123). Sum of RGB (Red+Green+Blue) = 254+109+123=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6D7B is #019284. Grayscale: #9A9A9A. Windows color (decimal): -103045 or 8089086. OLE color: 8089086.
HSL color Cylindrical-coordinate representation of color #FE6D7B: hue angle of 354.21º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6D7B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 123 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.00 |
| HSL | 354.21º | 0.99% | 0.71% | - |
| HSV(B) | 354.21º | 0.57% | 1% | - |
| XYZ | 49.92 | 33.44 | 22.56 | - |
| YUV | 153.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 123 | 0 | 0.57 | 0.52 | 0.00 | 354.21 | 0.99 | 0.71 |
| Hex | FE | 6D | 7B | 0 | 39 | 34 | 0 | 162 | 63 | 47 |
| Octal | 376 | 155 | 173 | 0 | 71 | 64 | 0 | 542 | 143 | 107 |
| Binary | 11111110 | 1101101 | 1111011 | 0 | 111001 | 110100 | 0 | 101100010 | 1100011 | 1000111 |
Color Harmonies of #FE6D7B
Complementary color
Monochromatic Colors of #FE6D7B
Black with #FE6D7B
Text Example
Text Example
White with #FE6D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D7B; }
p { color: rgb(254,109,123); }
H1.HeaderClassName
{
color: #FE6D7B;
}
.AnyTagClassName
{
color: #FE6D7B;
}
</style>
background-color css
<style>
a { background-color: #FE6D7B; }
a { background-color: rgb(254,109,123); }
div.DivClassName
{
background-color: #FE6D7B;
}
.BgClassName
{
background-color: #FE6D7B;
}
</style>
border-color css
<style>
span { border-color: #FE6D7B; }
span { border-color: rgb(254,109,123); }
td.TdClassName
{
border-color: #FE6D7B;
}
.TagClassName
{
border-color: #FE6D7B;
}
</style>