Shades of Brink Pink #FE6B94
Tints of Brink Pink #FE6B94
RGB
CMYK
RGB Variations
Color information
#FE6B94 (or 0xFE6B94) is known color: Brink Pink. HEX triplet: FE, 6B and 94. RGB value is (254,107,148). Sum of RGB (Red+Green+Blue) = 254+107+148=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B94 is #01946B. Grayscale: #9B9B9B. Windows color (decimal): -103532 or 9726974. OLE color: 9726974.
HSL color Cylindrical-coordinate representation of color #FE6B94: hue angle of 343.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B94 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 148 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.00 |
| HSL | 343.27º | 0.99% | 0.71% | - |
| HSV(B) | 343.27º | 0.58% | 1% | - |
| XYZ | 51.48 | 33.72 | 31.81 | - |
| YUV | 155.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 148 | 0 | 0.58 | 0.42 | 0.00 | 343.27 | 0.99 | 0.71 |
| Hex | FE | 6B | 94 | 0 | 3A | 2A | 0 | 157 | 63 | 47 |
| Octal | 376 | 153 | 224 | 0 | 72 | 52 | 0 | 527 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10010100 | 0 | 111010 | 101010 | 0 | 101010111 | 1100011 | 1000111 |
Color Harmonies of #FE6B94
Complementary color
Monochromatic Colors of #FE6B94
Black with #FE6B94
Text Example
Text Example
White with #FE6B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B94; }
p { color: rgb(254,107,148); }
H1.HeaderClassName
{
color: #FE6B94;
}
.AnyTagClassName
{
color: #FE6B94;
}
</style>
background-color css
<style>
a { background-color: #FE6B94; }
a { background-color: rgb(254,107,148); }
div.DivClassName
{
background-color: #FE6B94;
}
.BgClassName
{
background-color: #FE6B94;
}
</style>
border-color css
<style>
span { border-color: #FE6B94; }
span { border-color: rgb(254,107,148); }
td.TdClassName
{
border-color: #FE6B94;
}
.TagClassName
{
border-color: #FE6B94;
}
</style>