Shades of Brink Pink #FE6C85
Tints of Brink Pink #FE6C85
RGB
CMYK
RGB Variations
Color information
#FE6C85 (or 0xFE6C85) is known color: Brink Pink. HEX triplet: FE, 6C and 85. RGB value is (254,108,133). Sum of RGB (Red+Green+Blue) = 254+108+133=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C85 is #01937A. Grayscale: #9A9A9A. Windows color (decimal): -103291 or 8744190. OLE color: 8744190.
HSL color Cylindrical-coordinate representation of color #FE6C85: hue angle of 349.73º 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 #FE6C85 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 133 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.00 |
| HSL | 349.73º | 0.99% | 0.71% | - |
| HSV(B) | 349.73º | 0.57% | 1% | - |
| XYZ | 50.47 | 33.49 | 25.99 | - |
| YUV | 154.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 133 | 0 | 0.57 | 0.48 | 0.00 | 349.73 | 0.99 | 0.71 |
| Hex | FE | 6C | 85 | 0 | 39 | 30 | 0 | 15E | 63 | 47 |
| Octal | 376 | 154 | 205 | 0 | 71 | 60 | 0 | 536 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10000101 | 0 | 111001 | 110000 | 0 | 101011110 | 1100011 | 1000111 |
Color Harmonies of #FE6C85
Complementary color
Monochromatic Colors of #FE6C85
Black with #FE6C85
Text Example
Text Example
White with #FE6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C85; }
p { color: rgb(254,108,133); }
H1.HeaderClassName
{
color: #FE6C85;
}
.AnyTagClassName
{
color: #FE6C85;
}
</style>
background-color css
<style>
a { background-color: #FE6C85; }
a { background-color: rgb(254,108,133); }
div.DivClassName
{
background-color: #FE6C85;
}
.BgClassName
{
background-color: #FE6C85;
}
</style>
border-color css
<style>
span { border-color: #FE6C85; }
span { border-color: rgb(254,108,133); }
td.TdClassName
{
border-color: #FE6C85;
}
.TagClassName
{
border-color: #FE6C85;
}
</style>