Shades of Brink Pink #FF618D
Tints of Brink Pink #FF618D
RGB
CMYK
RGB Variations
Color information
#FF618D (or 0xFF618D) is known color: Brink Pink. HEX triplet: FF, 61 and 8D. RGB value is (255,97,141). Sum of RGB (Red+Green+Blue) = 255+97+141=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF618D is #009E72. Grayscale: #959595. Windows color (decimal): -40563 or 9265663. OLE color: 9265663.
HSL color Cylindrical-coordinate representation of color #FF618D: hue angle of 343.29º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF618D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 141 | - |
| CMYK | 0 | 0.62 | 0.45 | 0 |
| HSL | 343.29º | 1% | 0.69% | - |
| HSV(B) | 343.29º | 0.62% | 1% | - |
| XYZ | 50.32 | 31.73 | 28.67 | - |
| YUV | 149.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 141 | 0 | 0.62 | 0.45 | 0 | 343.29 | 1 | 0.69 |
| Hex | FF | 61 | 8D | 0 | 3E | 2D | 0 | 157 | 64 | 45 |
| Octal | 377 | 141 | 215 | 0 | 76 | 55 | 0 | 527 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10001101 | 0 | 111110 | 101101 | 0 | 101010111 | 1100100 | 1000101 |
Color Harmonies of #FF618D
Complementary color
Monochromatic Colors of #FF618D
Black with #FF618D
Text Example
Text Example
White with #FF618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF618D; }
p { color: rgb(255,97,141); }
H1.HeaderClassName
{
color: #FF618D;
}
.AnyTagClassName
{
color: #FF618D;
}
</style>
background-color css
<style>
a { background-color: #FF618D; }
a { background-color: rgb(255,97,141); }
div.DivClassName
{
background-color: #FF618D;
}
.BgClassName
{
background-color: #FF618D;
}
</style>
border-color css
<style>
span { border-color: #FF618D; }
span { border-color: rgb(255,97,141); }
td.TdClassName
{
border-color: #FF618D;
}
.TagClassName
{
border-color: #FF618D;
}
</style>