Shades of Brink Pink #FE598A
Tints of Brink Pink #FE598A
RGB
CMYK
RGB Variations
Color information
#FE598A (or 0xFE598A) is known color: Brink Pink. HEX triplet: FE, 59 and 8A. RGB value is (254,89,138). Sum of RGB (Red+Green+Blue) = 254+89+138=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE598A is #01A675. Grayscale: #8F8F8F. Windows color (decimal): -108150 or 9067006. OLE color: 9067006.
HSL color Cylindrical-coordinate representation of color #FE598A: hue angle of 342.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE598A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 138 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.00 |
| HSL | 342.18º | 0.99% | 0.67% | - |
| HSV(B) | 342.18º | 0.65% | 1% | - |
| XYZ | 49.03 | 30.05 | 27.26 | - |
| YUV | 143.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 138 | 0 | 0.65 | 0.46 | 0.00 | 342.18 | 0.99 | 0.67 |
| Hex | FE | 59 | 8A | 0 | 41 | 2E | 0 | 156 | 63 | 43 |
| Octal | 376 | 131 | 212 | 0 | 101 | 56 | 0 | 526 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10001010 | 0 | 1000001 | 101110 | 0 | 101010110 | 1100011 | 1000011 |
Color Harmonies of #FE598A
Complementary color
Monochromatic Colors of #FE598A
Black with #FE598A
Text Example
Text Example
White with #FE598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE598A; }
p { color: rgb(254,89,138); }
H1.HeaderClassName
{
color: #FE598A;
}
.AnyTagClassName
{
color: #FE598A;
}
</style>
background-color css
<style>
a { background-color: #FE598A; }
a { background-color: rgb(254,89,138); }
div.DivClassName
{
background-color: #FE598A;
}
.BgClassName
{
background-color: #FE598A;
}
</style>
border-color css
<style>
span { border-color: #FE598A; }
span { border-color: rgb(254,89,138); }
td.TdClassName
{
border-color: #FE598A;
}
.TagClassName
{
border-color: #FE598A;
}
</style>