Shades of Brink Pink #FF618C
Tints of Brink Pink #FF618C
RGB
CMYK
RGB Variations
Color information
#FF618C (or 0xFF618C) is known color: Brink Pink. HEX triplet: FF, 61 and 8C. RGB value is (255,97,140). Sum of RGB (Red+Green+Blue) = 255+97+140=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF618C is #009E73. Grayscale: #959595. Windows color (decimal): -40564 or 9200127. OLE color: 9200127.
HSL color Cylindrical-coordinate representation of color #FF618C: hue angle of 343.67º 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 #FF618C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 140 | - |
| CMYK | 0 | 0.62 | 0.45 | 0 |
| HSL | 343.67º | 1% | 0.69% | - |
| HSV(B) | 343.67º | 0.62% | 1% | - |
| XYZ | 50.25 | 31.7 | 28.28 | - |
| YUV | 149.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 140 | 0 | 0.62 | 0.45 | 0 | 343.67 | 1 | 0.69 |
| Hex | FF | 61 | 8C | 0 | 3E | 2D | 0 | 158 | 64 | 45 |
| Octal | 377 | 141 | 214 | 0 | 76 | 55 | 0 | 530 | 144 | 105 |
| Binary | 11111111 | 1100001 | 10001100 | 0 | 111110 | 101101 | 0 | 101011000 | 1100100 | 1000101 |
Color Harmonies of #FF618C
Complementary color
Monochromatic Colors of #FF618C
Black with #FF618C
Text Example
Text Example
White with #FF618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF618C; }
p { color: rgb(255,97,140); }
H1.HeaderClassName
{
color: #FF618C;
}
.AnyTagClassName
{
color: #FF618C;
}
</style>
background-color css
<style>
a { background-color: #FF618C; }
a { background-color: rgb(255,97,140); }
div.DivClassName
{
background-color: #FF618C;
}
.BgClassName
{
background-color: #FF618C;
}
</style>
border-color css
<style>
span { border-color: #FF618C; }
span { border-color: rgb(255,97,140); }
td.TdClassName
{
border-color: #FF618C;
}
.TagClassName
{
border-color: #FF618C;
}
</style>