Shades of Brink Pink #FE6590
Tints of Brink Pink #FE6590
RGB
CMYK
RGB Variations
Color information
#FE6590 (or 0xFE6590) is known color: Brink Pink. HEX triplet: FE, 65 and 90. RGB value is (254,101,144). Sum of RGB (Red+Green+Blue) = 254+101+144=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6590 is #019A6F. Grayscale: #979797. Windows color (decimal): -105072 or 9463294. OLE color: 9463294.
HSL color Cylindrical-coordinate representation of color #FE6590: hue angle of 343.14º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6590 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 144 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.00 |
| HSL | 343.14º | 0.99% | 0.7% | - |
| HSV(B) | 343.14º | 0.6% | 1% | - |
| XYZ | 50.56 | 32.39 | 29.97 | - |
| YUV | 151.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 144 | 0 | 0.60 | 0.43 | 0.00 | 343.14 | 0.99 | 0.7 |
| Hex | FE | 65 | 90 | 0 | 3C | 2B | 0 | 157 | 63 | 46 |
| Octal | 376 | 145 | 220 | 0 | 74 | 53 | 0 | 527 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10010000 | 0 | 111100 | 101011 | 0 | 101010111 | 1100011 | 1000110 |
Color Harmonies of #FE6590
Complementary color
Monochromatic Colors of #FE6590
Black with #FE6590
Text Example
Text Example
White with #FE6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6590; }
p { color: rgb(254,101,144); }
H1.HeaderClassName
{
color: #FE6590;
}
.AnyTagClassName
{
color: #FE6590;
}
</style>
background-color css
<style>
a { background-color: #FE6590; }
a { background-color: rgb(254,101,144); }
div.DivClassName
{
background-color: #FE6590;
}
.BgClassName
{
background-color: #FE6590;
}
</style>
border-color css
<style>
span { border-color: #FE6590; }
span { border-color: rgb(254,101,144); }
td.TdClassName
{
border-color: #FE6590;
}
.TagClassName
{
border-color: #FE6590;
}
</style>