Shades of Brink Pink #FE618B
Tints of Brink Pink #FE618B
RGB
CMYK
RGB Variations
Color information
#FE618B (or 0xFE618B) is known color: Brink Pink. HEX triplet: FE, 61 and 8B. RGB value is (254,97,139). Sum of RGB (Red+Green+Blue) = 254+97+139=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE618B is #019E74. Grayscale: #949494. Windows color (decimal): -106101 or 9134590. OLE color: 9134590.
HSL color Cylindrical-coordinate representation of color #FE618B: hue angle of 343.95º 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 #FE618B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 139 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.00 |
| HSL | 343.95º | 0.99% | 0.69% | - |
| HSV(B) | 343.95º | 0.62% | 1% | - |
| XYZ | 49.81 | 31.48 | 27.88 | - |
| YUV | 148.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 139 | 0 | 0.62 | 0.45 | 0.00 | 343.95 | 0.99 | 0.69 |
| Hex | FE | 61 | 8B | 0 | 3E | 2D | 0 | 158 | 63 | 45 |
| Octal | 376 | 141 | 213 | 0 | 76 | 55 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10001011 | 0 | 111110 | 101101 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE618B
Complementary color
Monochromatic Colors of #FE618B
Black with #FE618B
Text Example
Text Example
White with #FE618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE618B; }
p { color: rgb(254,97,139); }
H1.HeaderClassName
{
color: #FE618B;
}
.AnyTagClassName
{
color: #FE618B;
}
</style>
background-color css
<style>
a { background-color: #FE618B; }
a { background-color: rgb(254,97,139); }
div.DivClassName
{
background-color: #FE618B;
}
.BgClassName
{
background-color: #FE618B;
}
</style>
border-color css
<style>
span { border-color: #FE618B; }
span { border-color: rgb(254,97,139); }
td.TdClassName
{
border-color: #FE618B;
}
.TagClassName
{
border-color: #FE618B;
}
</style>