Shades of Brink Pink #FE6190
Tints of Brink Pink #FE6190
RGB
CMYK
RGB Variations
Color information
#FE6190 (or 0xFE6190) is known color: Brink Pink. HEX triplet: FE, 61 and 90. RGB value is (254,97,144). Sum of RGB (Red+Green+Blue) = 254+97+144=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6190 is #019E6F. Grayscale: #959595. Windows color (decimal): -106096 or 9462270. OLE color: 9462270.
HSL color Cylindrical-coordinate representation of color #FE6190: hue angle of 342.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6190 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 144 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.00 |
| HSL | 342.04º | 0.99% | 0.69% | - |
| HSV(B) | 342.04º | 0.62% | 1% | - |
| XYZ | 50.18 | 31.63 | 29.85 | - |
| YUV | 149.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 144 | 0 | 0.62 | 0.43 | 0.00 | 342.04 | 0.99 | 0.69 |
| Hex | FE | 61 | 90 | 0 | 3E | 2B | 0 | 156 | 63 | 45 |
| Octal | 376 | 141 | 220 | 0 | 76 | 53 | 0 | 526 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10010000 | 0 | 111110 | 101011 | 0 | 101010110 | 1100011 | 1000101 |
Color Harmonies of #FE6190
Complementary color
Monochromatic Colors of #FE6190
Black with #FE6190
Text Example
Text Example
White with #FE6190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6190; }
p { color: rgb(254,97,144); }
H1.HeaderClassName
{
color: #FE6190;
}
.AnyTagClassName
{
color: #FE6190;
}
</style>
background-color css
<style>
a { background-color: #FE6190; }
a { background-color: rgb(254,97,144); }
div.DivClassName
{
background-color: #FE6190;
}
.BgClassName
{
background-color: #FE6190;
}
</style>
border-color css
<style>
span { border-color: #FE6190; }
span { border-color: rgb(254,97,144); }
td.TdClassName
{
border-color: #FE6190;
}
.TagClassName
{
border-color: #FE6190;
}
</style>