Shades of Brink Pink #FE6C7B
Tints of Brink Pink #FE6C7B
RGB
CMYK
RGB Variations
Color information
#FE6C7B (or 0xFE6C7B) is known color: Brink Pink. HEX triplet: FE, 6C and 7B. RGB value is (254,108,123). Sum of RGB (Red+Green+Blue) = 254+108+123=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C7B is #019384. Grayscale: #999999. Windows color (decimal): -103301 or 8088830. OLE color: 8088830.
HSL color Cylindrical-coordinate representation of color #FE6C7B: hue angle of 353.84º 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 #FE6C7B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 123 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.00 |
| HSL | 353.84º | 0.99% | 0.71% | - |
| HSV(B) | 353.84º | 0.57% | 1% | - |
| XYZ | 49.81 | 33.23 | 22.53 | - |
| YUV | 153.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 123 | 0 | 0.57 | 0.52 | 0.00 | 353.84 | 0.99 | 0.71 |
| Hex | FE | 6C | 7B | 0 | 39 | 34 | 0 | 162 | 63 | 47 |
| Octal | 376 | 154 | 173 | 0 | 71 | 64 | 0 | 542 | 143 | 107 |
| Binary | 11111110 | 1101100 | 1111011 | 0 | 111001 | 110100 | 0 | 101100010 | 1100011 | 1000111 |
Color Harmonies of #FE6C7B
Complementary color
Monochromatic Colors of #FE6C7B
Black with #FE6C7B
Text Example
Text Example
White with #FE6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C7B; }
p { color: rgb(254,108,123); }
H1.HeaderClassName
{
color: #FE6C7B;
}
.AnyTagClassName
{
color: #FE6C7B;
}
</style>
background-color css
<style>
a { background-color: #FE6C7B; }
a { background-color: rgb(254,108,123); }
div.DivClassName
{
background-color: #FE6C7B;
}
.BgClassName
{
background-color: #FE6C7B;
}
</style>
border-color css
<style>
span { border-color: #FE6C7B; }
span { border-color: rgb(254,108,123); }
td.TdClassName
{
border-color: #FE6C7B;
}
.TagClassName
{
border-color: #FE6C7B;
}
</style>