Shades of Brink Pink #FE598C
Tints of Brink Pink #FE598C
RGB
CMYK
RGB Variations
Color information
#FE598C (or 0xFE598C) is known color: Brink Pink. HEX triplet: FE, 59 and 8C. RGB value is (254,89,140). Sum of RGB (Red+Green+Blue) = 254+89+140=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE598C is #01A673. Grayscale: #909090. Windows color (decimal): -108148 or 9198078. OLE color: 9198078.
HSL color Cylindrical-coordinate representation of color #FE598C: hue angle of 341.45º 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 #FE598C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 140 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.00 |
| HSL | 341.45º | 0.99% | 0.67% | - |
| HSV(B) | 341.45º | 0.65% | 1% | - |
| XYZ | 49.18 | 30.11 | 28.03 | - |
| YUV | 144.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 140 | 0 | 0.65 | 0.45 | 0.00 | 341.45 | 0.99 | 0.67 |
| Hex | FE | 59 | 8C | 0 | 41 | 2D | 0 | 155 | 63 | 43 |
| Octal | 376 | 131 | 214 | 0 | 101 | 55 | 0 | 525 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10001100 | 0 | 1000001 | 101101 | 0 | 101010101 | 1100011 | 1000011 |
Color Harmonies of #FE598C
Complementary color
Monochromatic Colors of #FE598C
Black with #FE598C
Text Example
Text Example
White with #FE598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE598C; }
p { color: rgb(254,89,140); }
H1.HeaderClassName
{
color: #FE598C;
}
.AnyTagClassName
{
color: #FE598C;
}
</style>
background-color css
<style>
a { background-color: #FE598C; }
a { background-color: rgb(254,89,140); }
div.DivClassName
{
background-color: #FE598C;
}
.BgClassName
{
background-color: #FE598C;
}
</style>
border-color css
<style>
span { border-color: #FE598C; }
span { border-color: rgb(254,89,140); }
td.TdClassName
{
border-color: #FE598C;
}
.TagClassName
{
border-color: #FE598C;
}
</style>