Shades of Brink Pink #FE6A85
Tints of Brink Pink #FE6A85
RGB
CMYK
RGB Variations
Color information
#FE6A85 (or 0xFE6A85) is known color: Brink Pink. HEX triplet: FE, 6A and 85. RGB value is (254,106,133). Sum of RGB (Red+Green+Blue) = 254+106+133=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A85 is #01957A. Grayscale: #999999. Windows color (decimal): -103803 or 8743678. OLE color: 8743678.
HSL color Cylindrical-coordinate representation of color #FE6A85: hue angle of 349.05º 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 #FE6A85 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 133 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.00 |
| HSL | 349.05º | 0.99% | 0.71% | - |
| HSV(B) | 349.05º | 0.58% | 1% | - |
| XYZ | 50.26 | 33.07 | 25.92 | - |
| YUV | 153.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 133 | 0 | 0.58 | 0.48 | 0.00 | 349.05 | 0.99 | 0.71 |
| Hex | FE | 6A | 85 | 0 | 3A | 30 | 0 | 15D | 63 | 47 |
| Octal | 376 | 152 | 205 | 0 | 72 | 60 | 0 | 535 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10000101 | 0 | 111010 | 110000 | 0 | 101011101 | 1100011 | 1000111 |
Color Harmonies of #FE6A85
Complementary color
Monochromatic Colors of #FE6A85
Black with #FE6A85
Text Example
Text Example
White with #FE6A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A85; }
p { color: rgb(254,106,133); }
H1.HeaderClassName
{
color: #FE6A85;
}
.AnyTagClassName
{
color: #FE6A85;
}
</style>
background-color css
<style>
a { background-color: #FE6A85; }
a { background-color: rgb(254,106,133); }
div.DivClassName
{
background-color: #FE6A85;
}
.BgClassName
{
background-color: #FE6A85;
}
</style>
border-color css
<style>
span { border-color: #FE6A85; }
span { border-color: rgb(254,106,133); }
td.TdClassName
{
border-color: #FE6A85;
}
.TagClassName
{
border-color: #FE6A85;
}
</style>